瀏覽代碼

AMBARI-5792 : Change the container-executor.class for Gluster (for erin via subin)

Subin 11 年之前
父節點
當前提交
3373c24977

+ 1 - 1
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>