Repository: ambari Updated Branches: refs/heads/branch-1.6.0 7b8d1fccd -> 71761238c
AMBARI-5792 : Change the container-executor.class for Gluster (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/71761238 Tree: http://git-wip-us.apache.org/repos/asf/ambari/tree/71761238 Diff: http://git-wip-us.apache.org/repos/asf/ambari/diff/71761238 Branch: refs/heads/branch-1.6.0 Commit: 71761238c768e68bda12432371aeaaff67f67a30 Parents: 7b8d1fc Author: Subin <[email protected]> Authored: Fri May 16 23:23:45 2014 +0530 Committer: Subin <[email protected]> Committed: Sat May 17 00:23:55 2014 +0530 ---------------------------------------------------------------------- .../HDP/2.1.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/71761238/ambari-server/src/main/resources/stacks/HDP/2.1.GlusterFS/services/YARN/configuration/yarn-site.xml ---------------------------------------------------------------------- diff --git a/ambari-server/src/main/resources/stacks/HDP/2.1.GlusterFS/services/YARN/configuration/yarn-site.xml b/ambari-server/src/main/resources/stacks/HDP/2.1.GlusterFS/services/YARN/configuration/yarn-site.xml index 8bf9b45..19ec9a5 100644 --- a/ambari-server/src/main/resources/stacks/HDP/2.1.GlusterFS/services/YARN/configuration/yarn-site.xml +++ b/ambari-server/src/main/resources/stacks/HDP/2.1.GlusterFS/services/YARN/configuration/yarn-site.xml @@ -25,7 +25,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>
