You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@ambari.apache.org by sr...@apache.org on 2015/04/15 01:24:56 UTC

[2/4] ambari git commit: AMBARI-10485. 'yarn.nodemanager.linux-container-executor.group' not having default value in HDP-2.3 stack (srimanth)

AMBARI-10485. 'yarn.nodemanager.linux-container-executor.group' not having default value in HDP-2.3 stack (srimanth)


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

Branch: refs/heads/trunk
Commit: 731c56ecd8d6b6ec3a48cf804ab6efbc66016743
Parents: db3bd80
Author: Srimanth Gunturi <sg...@hortonworks.com>
Authored: Tue Apr 14 14:50:07 2015 -0700
Committer: Srimanth Gunturi <sg...@hortonworks.com>
Committed: Tue Apr 14 16:13:16 2015 -0700

----------------------------------------------------------------------
 .../stacks/HDP/2.3/services/YARN/configuration/yarn-site.xml       | 2 ++
 1 file changed, 2 insertions(+)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/ambari/blob/731c56ec/ambari-server/src/main/resources/stacks/HDP/2.3/services/YARN/configuration/yarn-site.xml
----------------------------------------------------------------------
diff --git a/ambari-server/src/main/resources/stacks/HDP/2.3/services/YARN/configuration/yarn-site.xml b/ambari-server/src/main/resources/stacks/HDP/2.3/services/YARN/configuration/yarn-site.xml
index d771746..e64d7fe 100644
--- a/ambari-server/src/main/resources/stacks/HDP/2.3/services/YARN/configuration/yarn-site.xml
+++ b/ambari-server/src/main/resources/stacks/HDP/2.3/services/YARN/configuration/yarn-site.xml
@@ -49,6 +49,8 @@
   </property>
   <property>
     <name>yarn.nodemanager.linux-container-executor.group</name>
+    <value>hadoop</value>
+    <description>Unix group of the NodeManager</description>
     <depends-on>
       <property>
         <type>yarn-env</type>