You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@ambari.apache.org by ao...@apache.org on 2017/02/11 16:17:26 UTC

[2/2] ambari git commit: AMBARI-19977. Increase default timeout for RM (aonishuk)

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/7ba0bdd8
Tree: http://git-wip-us.apache.org/repos/asf/ambari/tree/7ba0bdd8
Diff: http://git-wip-us.apache.org/repos/asf/ambari/diff/7ba0bdd8

Branch: refs/heads/branch-2.5
Commit: 7ba0bdd8afb76c1c3f13e5051a7764ea845d0c6c
Parents: 027c084
Author: Andrew Onishuk <ao...@hortonworks.com>
Authored: Sat Feb 11 18:16:51 2017 +0200
Committer: Andrew Onishuk <ao...@hortonworks.com>
Committed: Sat Feb 11 18:16:51 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/7ba0bdd8/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>