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 05:10:49 UTC

ambari git commit: AMBARI-10485. 'yarn.nodemanager.linux-container-executor.group' not having default value in HDP-2.3 stack - additional config (srimanth)

Repository: ambari
Updated Branches:
  refs/heads/trunk ac6a1d4d0 -> c6d8afddb


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


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

Branch: refs/heads/trunk
Commit: c6d8afddb9886b2aa53babb3611f397f5b7f5416
Parents: ac6a1d4
Author: Srimanth Gunturi <sg...@hortonworks.com>
Authored: Tue Apr 14 20:02:29 2015 -0700
Committer: Srimanth Gunturi <sg...@hortonworks.com>
Committed: Tue Apr 14 20:02:35 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/c6d8afdd/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 29968f6..f5e701f 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
@@ -40,6 +40,8 @@
   </property>
   <property>
     <name>yarn.nodemanager.container-executor.class</name>
+    <value>org.apache.hadoop.yarn.server.nodemanager.DefaultContainerExecutor</value>
+    <description>ContainerExecutor for launching containers</description>
     <depends-on>
       <property>
         <type>yarn-env</type>