Pārlūkot izejas kodu

AMBARI-9064. Change retry settings in Ambari installer for nm connect retry (dlysnichenko)

Lisnichenko Dmitro 10 gadi atpakaļ
vecāks
revīzija
1f53d011e3

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

@@ -432,7 +432,7 @@
   </property>
   <property>
     <name>yarn.client.nodemanager-connect.max-wait-ms</name>
-    <value>900000</value>
+    <value>60000</value>
     <description>Max time to wait to establish a connection to NM</description>
   </property>
   <property>

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

@@ -60,7 +60,7 @@
   </property>
   <property>
     <name>yarn.client.nodemanager-connect.max-wait-ms</name>
-    <value>900000</value>
+    <value>60000</value>
     <description>Max time to wait to establish a connection to NM</description>
   </property>
   <property>

+ 1 - 1
ambari-server/src/main/resources/stacks/HDPWIN/2.2/services/YARN/configuration/yarn-site.xml

@@ -60,7 +60,7 @@
   </property>
   <property>
     <name>yarn.client.nodemanager-connect.max-wait-ms</name>
-    <value>900000</value>
+    <value>60000</value>
     <description>Max time to wait to establish a connection to NM</description>
   </property>
   <property>