You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@ambari.apache.org by ds...@apache.org on 2014/11/10 18:55:28 UTC

ambari git commit: AMBARI-8258 DataNodes become stopped at secured cluster (Stack 1.3) - (DataNode space: status code=0) (dsen)

Repository: ambari
Updated Branches:
  refs/heads/branch-1.7.0 6242e88b3 -> f26310cbf


AMBARI-8258 DataNodes become stopped at secured cluster (Stack 1.3) - (DataNode space: status code=0) (dsen)


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

Branch: refs/heads/branch-1.7.0
Commit: f26310cbf3193c74218b7f96552088dad503f403
Parents: 6242e88
Author: Dmytro Sen <ds...@apache.org>
Authored: Mon Nov 10 19:49:13 2014 +0200
Committer: Dmytro Sen <ds...@apache.org>
Committed: Mon Nov 10 19:55:07 2014 +0200

----------------------------------------------------------------------
 .../stacks/HDP/1.3.2/services/HDFS/configuration/hadoop-env.xml    | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/ambari/blob/f26310cb/ambari-server/src/main/resources/stacks/HDP/1.3.2/services/HDFS/configuration/hadoop-env.xml
----------------------------------------------------------------------
diff --git a/ambari-server/src/main/resources/stacks/HDP/1.3.2/services/HDFS/configuration/hadoop-env.xml b/ambari-server/src/main/resources/stacks/HDP/1.3.2/services/HDFS/configuration/hadoop-env.xml
index 11fa771..c06ed20 100644
--- a/ambari-server/src/main/resources/stacks/HDP/1.3.2/services/HDFS/configuration/hadoop-env.xml
+++ b/ambari-server/src/main/resources/stacks/HDP/1.3.2/services/HDFS/configuration/hadoop-env.xml
@@ -136,7 +136,7 @@ export HADOOP_SECONDARYNAMENODE_OPTS="-server -XX:ParallelGCThreads=8 -XX:+UseCo
 # The following applies to multiple commands (fs, dfs, fsck, distcp etc)
 export HADOOP_CLIENT_OPTS="-Xmx${HADOOP_HEAPSIZE}m $HADOOP_CLIENT_OPTS"
 # On secure datanodes, user to run the datanode as after dropping privileges
-export HADOOP_SECURE_DN_USER=${HADOOP_SECURE_DN_USER:-{{hadoop_secure_dn_user}}}
+export HADOOP_SECURE_DN_USER={{hdfs_user}}
 
 # Extra ssh options.  Empty by default.
 export HADOOP_SSH_OPTS="-o ConnectTimeout=5 -o SendEnv=HADOOP_CONF_DIR"