Repository: ambari Updated Branches: refs/heads/trunk 4b775ad5b -> 3373c2497
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/3373c249 Tree: http://git-wip-us.apache.org/repos/asf/ambari/tree/3373c249 Diff: http://git-wip-us.apache.org/repos/asf/ambari/diff/3373c249 Branch: refs/heads/trunk Commit: 3373c2497766bcdffdbac1bb79dea200514545c8 Parents: 4b775ad Author: Subin <[email protected]> Authored: Fri May 16 23:23:45 2014 +0530 Committer: Subin <[email protected]> Committed: Fri May 16 23:24:07 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/3373c249/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>
