Repository: ambari Updated Branches: refs/heads/trunk 221ae2f23 -> 6c77d26e1
AMBARI-5792 : Change the container-executor.class for Gluster.patch-2.(for erin via subin) Project: http://git-wip-us.apache.org/repos/asf/ambari/repo Commit: http://git-wip-us.apache.org/repos/asf/ambari/commit/6c77d26e Tree: http://git-wip-us.apache.org/repos/asf/ambari/tree/6c77d26e Diff: http://git-wip-us.apache.org/repos/asf/ambari/diff/6c77d26e Branch: refs/heads/trunk Commit: 6c77d26e1805373e09da21d7c1141dac72bef200 Parents: 221ae2f Author: Subin <[email protected]> Authored: Mon May 19 18:41:54 2014 +0530 Committer: Subin <[email protected]> Committed: Mon May 19 18:42:09 2014 +0530 ---------------------------------------------------------------------- .../HDP/2.0.6.GlusterFS/services/YARN/configuration/yarn-site.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/ambari/blob/6c77d26e/ambari-server/src/main/resources/stacks/HDP/2.0.6.GlusterFS/services/YARN/configuration/yarn-site.xml ---------------------------------------------------------------------- diff --git a/ambari-server/src/main/resources/stacks/HDP/2.0.6.GlusterFS/services/YARN/configuration/yarn-site.xml b/ambari-server/src/main/resources/stacks/HDP/2.0.6.GlusterFS/services/YARN/configuration/yarn-site.xml index a8581bc..10a3f99 100644 --- a/ambari-server/src/main/resources/stacks/HDP/2.0.6.GlusterFS/services/YARN/configuration/yarn-site.xml +++ b/ambari-server/src/main/resources/stacks/HDP/2.0.6.GlusterFS/services/YARN/configuration/yarn-site.xml @@ -132,7 +132,7 @@ <property> <name>yarn.nodemanager.container-executor.class</name> - <value>org.apache.hadoop.yarn.server.nodemanager.LinuxContainerExecutor</value> + <value>org.apache.hadoop.yarn.server.nodemanager.GlusterContainerExecutor</value> <description>ContainerExecutor for launching containers</description> </property>
