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/branch-dev-patch-upgrade Commit: 796658f679a8176a62445211234426f02172cdbd Parents: b2d78ac Author: Andrew Onishuk <[email protected]> Authored: Mon Jan 23 19:54:05 2017 +0200 Committer: Andrew Onishuk <[email protected]> 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>
