Repository: ambari Updated Branches: refs/heads/branch-1.7.0 ceb454991 -> a7e1a3793
AMBARI-8174. Ambari-deployed cluster can't start datanode as root from command line. Fix variable init. (swagle) Project: http://git-wip-us.apache.org/repos/asf/ambari/repo Commit: http://git-wip-us.apache.org/repos/asf/ambari/commit/a7e1a379 Tree: http://git-wip-us.apache.org/repos/asf/ambari/tree/a7e1a379 Diff: http://git-wip-us.apache.org/repos/asf/ambari/diff/a7e1a379 Branch: refs/heads/branch-1.7.0 Commit: a7e1a379330af4370f219e476f04a280d2ac9643 Parents: b5ed441 Author: Siddharth Wagle <swa...@hortonworks.com> Authored: Thu Nov 6 09:29:41 2014 -0800 Committer: Siddharth Wagle <swa...@hortonworks.com> Committed: Thu Nov 6 09:29:56 2014 -0800 ---------------------------------------------------------------------- .../resources/stacks/HDP/2.0.6/hooks/before-ANY/scripts/params.py | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/ambari/blob/a7e1a379/ambari-server/src/main/resources/stacks/HDP/2.0.6/hooks/before-ANY/scripts/params.py ---------------------------------------------------------------------- diff --git a/ambari-server/src/main/resources/stacks/HDP/2.0.6/hooks/before-ANY/scripts/params.py b/ambari-server/src/main/resources/stacks/HDP/2.0.6/hooks/before-ANY/scripts/params.py index 6389f33..ddb2b0b 100644 --- a/ambari-server/src/main/resources/stacks/HDP/2.0.6/hooks/before-ANY/scripts/params.py +++ b/ambari-server/src/main/resources/stacks/HDP/2.0.6/hooks/before-ANY/scripts/params.py @@ -137,5 +137,4 @@ if has_nagios: user_list = json.loads(config['hostLevelParams']['user_list']) group_list = json.loads(config['hostLevelParams']['group_list']) -if security_enabled : - dn_proc_user=hdfs_user +dn_proc_user=hdfs_user