Pārlūkot izejas kodu

AMBARI-2937. YARNs health script property value should be removed. (srimanth)

Srimanth Gunturi 12 gadi atpakaļ
vecāks
revīzija
024a009e75

+ 3 - 1
ambari-server/src/main/resources/stacks/HDP/2.0.5/services/YARN/configuration/yarn-site.xml

@@ -162,11 +162,13 @@
     </description>
   </property>
 
+  <!-- 
   <property>
     <name>yarn.nodemanager.health-checker.script.path</name>
-    <value>/etc/hadoop/conf/health_check</value>
+    <value>/etc/hadoop/conf/health_check_nodemanager</value>
     <description>The health check script to run.</description>
   </property>
+   -->
 
   <property>
     <name>yarn.nodemanager.health-checker.interval-ms</name>

+ 3 - 1
ambari-server/src/main/resources/stacks/HDPLocal/2.0.5/services/YARN/configuration/yarn-site.xml

@@ -162,11 +162,13 @@
     </description>
   </property>
 
+  <!-- 
   <property>
     <name>yarn.nodemanager.health-checker.script.path</name>
-    <value>/etc/hadoop/conf/health_check</value>
+    <value>/etc/hadoop/conf/health_check_nodemanager</value>
     <description>The health check script to run.</description>
   </property>
+   -->
 
   <property>
     <name>yarn.nodemanager.health-checker.interval-ms</name>