AMBARI-19977. Increase default timeout for RM (aonishuk)

Project: http://git-wip-us.apache.org/repos/asf/ambari/repo
Commit: http://git-wip-us.apache.org/repos/asf/ambari/commit/6098d342
Tree: http://git-wip-us.apache.org/repos/asf/ambari/tree/6098d342
Diff: http://git-wip-us.apache.org/repos/asf/ambari/diff/6098d342

Branch: refs/heads/branch-dev-patch-upgrade
Commit: 6098d342c14ede52f2743274482ce3d37c0917b6
Parents: 77b5b16
Author: Andrew Onishuk <aonis...@hortonworks.com>
Authored: Sat Feb 11 18:16:48 2017 +0200
Committer: Andrew Onishuk <aonis...@hortonworks.com>
Committed: Sat Feb 11 18:16:48 2017 +0200

----------------------------------------------------------------------
 .../stacks/HDP/2.2/services/YARN/configuration/yarn-site.xml     | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/ambari/blob/6098d342/ambari-server/src/main/resources/stacks/HDP/2.2/services/YARN/configuration/yarn-site.xml
----------------------------------------------------------------------
diff --git 
a/ambari-server/src/main/resources/stacks/HDP/2.2/services/YARN/configuration/yarn-site.xml
 
b/ambari-server/src/main/resources/stacks/HDP/2.2/services/YARN/configuration/yarn-site.xml
index fcd9380..0eb3366 100644
--- 
a/ambari-server/src/main/resources/stacks/HDP/2.2/services/YARN/configuration/yarn-site.xml
+++ 
b/ambari-server/src/main/resources/stacks/HDP/2.2/services/YARN/configuration/yarn-site.xml
@@ -127,13 +127,13 @@
   </property>
   <property>
     <name>yarn.resourcemanager.connect.retry-interval.ms</name>
-    <value>30000</value>
+    <value>15000</value>
     <description>How often to try connecting to the 
ResourceManager.</description>
     <on-ambari-upgrade add="true"/>
   </property>
   <property>
     <name>yarn.resourcemanager.connect.max-wait.ms</name>
-    <value>900000</value>
+    <value>-1</value>
     <description>Maximum time to wait to establish connection to 
ResourceManager</description>
     <on-ambari-upgrade add="true"/>
   </property>

Reply via email to