You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@ambari.apache.org by ao...@apache.org on 2017/01/23 17:54:47 UTC

[1/2] ambari git commit: AMBARI-19676. ZKFC start failed (aonishuk)

Repository: ambari
Updated Branches:
  refs/heads/branch-2.5 6f848ad67 -> c06f131e6
  refs/heads/trunk b2d78ac5f -> 796658f67


AMBARI-19676. ZKFC start failed (aonishuk)


Project: http://git-wip-us.apache.org/repos/asf/ambari/repo
Commit: http://git-wip-us.apache.org/repos/asf/ambari/commit/796658f6
Tree: http://git-wip-us.apache.org/repos/asf/ambari/tree/796658f6
Diff: http://git-wip-us.apache.org/repos/asf/ambari/diff/796658f6

Branch: refs/heads/trunk
Commit: 796658f679a8176a62445211234426f02172cdbd
Parents: b2d78ac
Author: Andrew Onishuk <ao...@hortonworks.com>
Authored: Mon Jan 23 19:54:05 2017 +0200
Committer: Andrew Onishuk <ao...@hortonworks.com>
Committed: Mon Jan 23 19:54:05 2017 +0200

----------------------------------------------------------------------
 .../stacks/HDP/2.2/services/HDFS/configuration/hadoop-env.xml      | 2 +-
 .../stacks/HDP/2.3/services/HDFS/configuration/hadoop-env.xml      | 2 +-
 .../stacks/HDP/2.4/services/HDFS/configuration/hadoop-env.xml      | 2 +-
 3 files changed, 3 insertions(+), 3 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/ambari/blob/796658f6/ambari-server/src/main/resources/stacks/HDP/2.2/services/HDFS/configuration/hadoop-env.xml
----------------------------------------------------------------------
diff --git a/ambari-server/src/main/resources/stacks/HDP/2.2/services/HDFS/configuration/hadoop-env.xml b/ambari-server/src/main/resources/stacks/HDP/2.2/services/HDFS/configuration/hadoop-env.xml
index 114c965..ef111e0 100644
--- a/ambari-server/src/main/resources/stacks/HDP/2.2/services/HDFS/configuration/hadoop-env.xml
+++ b/ambari-server/src/main/resources/stacks/HDP/2.2/services/HDFS/configuration/hadoop-env.xml
@@ -183,7 +183,7 @@ fi
 
 # Enable ACLs on zookeper znodes if required
 {% if hadoop_zkfc_opts is defined %}
-  export HADOOP_ZKFC_OPTS={{hadoop_zkfc_opts}}
+  export HADOOP_ZKFC_OPTS="{{hadoop_zkfc_opts}}"
 {% endif %}
     </value>
     <value-attributes>

http://git-wip-us.apache.org/repos/asf/ambari/blob/796658f6/ambari-server/src/main/resources/stacks/HDP/2.3/services/HDFS/configuration/hadoop-env.xml
----------------------------------------------------------------------
diff --git a/ambari-server/src/main/resources/stacks/HDP/2.3/services/HDFS/configuration/hadoop-env.xml b/ambari-server/src/main/resources/stacks/HDP/2.3/services/HDFS/configuration/hadoop-env.xml
index 6d9eaf0..0212ba0 100644
--- a/ambari-server/src/main/resources/stacks/HDP/2.3/services/HDFS/configuration/hadoop-env.xml
+++ b/ambari-server/src/main/resources/stacks/HDP/2.3/services/HDFS/configuration/hadoop-env.xml
@@ -159,7 +159,7 @@ fi
 
 # Enable ACLs on zookeper znodes if required
 {% if hadoop_zkfc_opts is defined %}
-  export HADOOP_ZKFC_OPTS={{hadoop_zkfc_opts}}
+  export HADOOP_ZKFC_OPTS="{{hadoop_zkfc_opts}}"
 {% endif %}
     </value>
     <value-attributes>

http://git-wip-us.apache.org/repos/asf/ambari/blob/796658f6/ambari-server/src/main/resources/stacks/HDP/2.4/services/HDFS/configuration/hadoop-env.xml
----------------------------------------------------------------------
diff --git a/ambari-server/src/main/resources/stacks/HDP/2.4/services/HDFS/configuration/hadoop-env.xml b/ambari-server/src/main/resources/stacks/HDP/2.4/services/HDFS/configuration/hadoop-env.xml
index 6d9eaf0..0212ba0 100644
--- a/ambari-server/src/main/resources/stacks/HDP/2.4/services/HDFS/configuration/hadoop-env.xml
+++ b/ambari-server/src/main/resources/stacks/HDP/2.4/services/HDFS/configuration/hadoop-env.xml
@@ -159,7 +159,7 @@ fi
 
 # Enable ACLs on zookeper znodes if required
 {% if hadoop_zkfc_opts is defined %}
-  export HADOOP_ZKFC_OPTS={{hadoop_zkfc_opts}}
+  export HADOOP_ZKFC_OPTS="{{hadoop_zkfc_opts}}"
 {% endif %}
     </value>
     <value-attributes>


[2/2] ambari git commit: AMBARI-19676. ZKFC start failed (aonishuk)

Posted by ao...@apache.org.
AMBARI-19676. ZKFC start failed (aonishuk)


Project: http://git-wip-us.apache.org/repos/asf/ambari/repo
Commit: http://git-wip-us.apache.org/repos/asf/ambari/commit/c06f131e
Tree: http://git-wip-us.apache.org/repos/asf/ambari/tree/c06f131e
Diff: http://git-wip-us.apache.org/repos/asf/ambari/diff/c06f131e

Branch: refs/heads/branch-2.5
Commit: c06f131e619ba0da6e6538338c4aaec1dadc8f3b
Parents: 6f848ad
Author: Andrew Onishuk <ao...@hortonworks.com>
Authored: Mon Jan 23 19:54:10 2017 +0200
Committer: Andrew Onishuk <ao...@hortonworks.com>
Committed: Mon Jan 23 19:54:10 2017 +0200

----------------------------------------------------------------------
 .../stacks/HDP/2.2/services/HDFS/configuration/hadoop-env.xml      | 2 +-
 .../stacks/HDP/2.3/services/HDFS/configuration/hadoop-env.xml      | 2 +-
 .../stacks/HDP/2.4/services/HDFS/configuration/hadoop-env.xml      | 2 +-
 3 files changed, 3 insertions(+), 3 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/ambari/blob/c06f131e/ambari-server/src/main/resources/stacks/HDP/2.2/services/HDFS/configuration/hadoop-env.xml
----------------------------------------------------------------------
diff --git a/ambari-server/src/main/resources/stacks/HDP/2.2/services/HDFS/configuration/hadoop-env.xml b/ambari-server/src/main/resources/stacks/HDP/2.2/services/HDFS/configuration/hadoop-env.xml
index 114c965..ef111e0 100644
--- a/ambari-server/src/main/resources/stacks/HDP/2.2/services/HDFS/configuration/hadoop-env.xml
+++ b/ambari-server/src/main/resources/stacks/HDP/2.2/services/HDFS/configuration/hadoop-env.xml
@@ -183,7 +183,7 @@ fi
 
 # Enable ACLs on zookeper znodes if required
 {% if hadoop_zkfc_opts is defined %}
-  export HADOOP_ZKFC_OPTS={{hadoop_zkfc_opts}}
+  export HADOOP_ZKFC_OPTS="{{hadoop_zkfc_opts}}"
 {% endif %}
     </value>
     <value-attributes>

http://git-wip-us.apache.org/repos/asf/ambari/blob/c06f131e/ambari-server/src/main/resources/stacks/HDP/2.3/services/HDFS/configuration/hadoop-env.xml
----------------------------------------------------------------------
diff --git a/ambari-server/src/main/resources/stacks/HDP/2.3/services/HDFS/configuration/hadoop-env.xml b/ambari-server/src/main/resources/stacks/HDP/2.3/services/HDFS/configuration/hadoop-env.xml
index 0fbc67e..cce3bdb 100644
--- a/ambari-server/src/main/resources/stacks/HDP/2.3/services/HDFS/configuration/hadoop-env.xml
+++ b/ambari-server/src/main/resources/stacks/HDP/2.3/services/HDFS/configuration/hadoop-env.xml
@@ -159,7 +159,7 @@ fi
 
 # Enable ACLs on zookeper znodes if required
 {% if hadoop_zkfc_opts is defined %}
-  export HADOOP_ZKFC_OPTS={{hadoop_zkfc_opts}}
+  export HADOOP_ZKFC_OPTS="{{hadoop_zkfc_opts}}"
 {% endif %}
     </value>
     <value-attributes>

http://git-wip-us.apache.org/repos/asf/ambari/blob/c06f131e/ambari-server/src/main/resources/stacks/HDP/2.4/services/HDFS/configuration/hadoop-env.xml
----------------------------------------------------------------------
diff --git a/ambari-server/src/main/resources/stacks/HDP/2.4/services/HDFS/configuration/hadoop-env.xml b/ambari-server/src/main/resources/stacks/HDP/2.4/services/HDFS/configuration/hadoop-env.xml
index 6d9eaf0..0212ba0 100644
--- a/ambari-server/src/main/resources/stacks/HDP/2.4/services/HDFS/configuration/hadoop-env.xml
+++ b/ambari-server/src/main/resources/stacks/HDP/2.4/services/HDFS/configuration/hadoop-env.xml
@@ -159,7 +159,7 @@ fi
 
 # Enable ACLs on zookeper znodes if required
 {% if hadoop_zkfc_opts is defined %}
-  export HADOOP_ZKFC_OPTS={{hadoop_zkfc_opts}}
+  export HADOOP_ZKFC_OPTS="{{hadoop_zkfc_opts}}"
 {% endif %}
     </value>
     <value-attributes>