Repository: ambari Updated Branches: refs/heads/branch-1.6.0 15a8de575 -> 7af4bd77a
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/7af4bd77 Tree: http://git-wip-us.apache.org/repos/asf/ambari/tree/7af4bd77 Diff: http://git-wip-us.apache.org/repos/asf/ambari/diff/7af4bd77 Branch: refs/heads/branch-1.6.0 Commit: 7af4bd77aba3e29999298f7d3ac20ea89e932a6c Parents: 15a8de5 Author: Subin <[email protected]> Authored: Mon May 19 18:41:54 2014 +0530 Committer: Subin <[email protected]> Committed: Mon May 19 18:46:02 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/7af4bd77/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>
