You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@ambari.apache.org by mp...@apache.org on 2015/06/18 16:29:41 UTC

[1/2] ambari git commit: AMBARI-11994. Creating Zookeeper-only cluster fails with 'hadoop-env' was not found. (mpapirkovskyy)

Repository: ambari
Updated Branches:
  refs/heads/branch-2.1 f122348f0 -> 158f2e13d
  refs/heads/trunk c61933d87 -> 4fd35351b


AMBARI-11994. Creating Zookeeper-only cluster fails with 'hadoop-env' was not found. (mpapirkovskyy)


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

Branch: refs/heads/branch-2.1
Commit: 158f2e13dd27e87cd8baa6e7243e2bf67cc38ae4
Parents: f122348
Author: Myroslav Papirkovskyy <mp...@hortonworks.com>
Authored: Thu Jun 18 16:31:23 2015 +0300
Committer: Myroslav Papirkovskyy <mp...@hortonworks.com>
Committed: Thu Jun 18 17:29:05 2015 +0300

----------------------------------------------------------------------
 .../resources/stacks/HDP/2.0.6/hooks/before-ANY/scripts/params.py  | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/ambari/blob/158f2e13/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 5b5829d..87719f3 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
@@ -172,7 +172,7 @@ has_ranger_admin = not len(ranger_admin_hosts) == 0
 
 hbase_tmp_dir = "/tmp/hbase-hbase"
 
-proxyuser_group = config['configurations']['hadoop-env']['proxyuser_group']
+proxyuser_group = default("/configurations/hadoop-env/proxyuser_group","users")
 ranger_group = config['configurations']['ranger-env']['ranger_group']
 dfs_cluster_administrators_group = config['configurations']['hdfs-site']["dfs.cluster.administrators"]
 


[2/2] ambari git commit: AMBARI-11994. Creating Zookeeper-only cluster fails with 'hadoop-env' was not found. (mpapirkovskyy)

Posted by mp...@apache.org.
AMBARI-11994. Creating Zookeeper-only cluster fails with 'hadoop-env' was not found. (mpapirkovskyy)


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

Branch: refs/heads/trunk
Commit: 4fd35351b103c51e8cb8957734d11d67c52ee07e
Parents: c61933d
Author: Myroslav Papirkovskyy <mp...@hortonworks.com>
Authored: Thu Jun 18 16:31:23 2015 +0300
Committer: Myroslav Papirkovskyy <mp...@hortonworks.com>
Committed: Thu Jun 18 17:29:15 2015 +0300

----------------------------------------------------------------------
 .../resources/stacks/HDP/2.0.6/hooks/before-ANY/scripts/params.py  | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/ambari/blob/4fd35351/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 5b5829d..87719f3 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
@@ -172,7 +172,7 @@ has_ranger_admin = not len(ranger_admin_hosts) == 0
 
 hbase_tmp_dir = "/tmp/hbase-hbase"
 
-proxyuser_group = config['configurations']['hadoop-env']['proxyuser_group']
+proxyuser_group = default("/configurations/hadoop-env/proxyuser_group","users")
 ranger_group = config['configurations']['ranger-env']['ranger_group']
 dfs_cluster_administrators_group = config['configurations']['hdfs-site']["dfs.cluster.administrators"]