Repository: ambari Updated Branches: refs/heads/trunk d822bf34e -> 1f53d011e
AMBARI-9064. Change retry settings in Ambari installer for nm connect retry (dlysnichenko) Project: http://git-wip-us.apache.org/repos/asf/ambari/repo Commit: http://git-wip-us.apache.org/repos/asf/ambari/commit/1f53d011 Tree: http://git-wip-us.apache.org/repos/asf/ambari/tree/1f53d011 Diff: http://git-wip-us.apache.org/repos/asf/ambari/diff/1f53d011 Branch: refs/heads/trunk Commit: 1f53d011e3c93951a046c88f37a405c4d34e5108 Parents: d822bf3 Author: Lisnichenko Dmitro <[email protected]> Authored: Fri Jan 9 17:32:17 2015 +0200 Committer: Lisnichenko Dmitro <[email protected]> Committed: Fri Jan 9 17:58:27 2015 +0200 ---------------------------------------------------------------------- .../HDP/2.2.GlusterFS/services/YARN/configuration/yarn-site.xml | 2 +- .../stacks/HDP/2.2/services/YARN/configuration/yarn-site.xml | 2 +- .../stacks/HDPWIN/2.2/services/YARN/configuration/yarn-site.xml | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/ambari/blob/1f53d011/ambari-server/src/main/resources/stacks/HDP/2.2.GlusterFS/services/YARN/configuration/yarn-site.xml ---------------------------------------------------------------------- diff --git a/ambari-server/src/main/resources/stacks/HDP/2.2.GlusterFS/services/YARN/configuration/yarn-site.xml b/ambari-server/src/main/resources/stacks/HDP/2.2.GlusterFS/services/YARN/configuration/yarn-site.xml index 2eb1bcc..7731a00 100644 --- a/ambari-server/src/main/resources/stacks/HDP/2.2.GlusterFS/services/YARN/configuration/yarn-site.xml +++ b/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> http://git-wip-us.apache.org/repos/asf/ambari/blob/1f53d011/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 847711a..94b5304 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 @@ -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> http://git-wip-us.apache.org/repos/asf/ambari/blob/1f53d011/ambari-server/src/main/resources/stacks/HDPWIN/2.2/services/YARN/configuration/yarn-site.xml ---------------------------------------------------------------------- diff --git a/ambari-server/src/main/resources/stacks/HDPWIN/2.2/services/YARN/configuration/yarn-site.xml b/ambari-server/src/main/resources/stacks/HDPWIN/2.2/services/YARN/configuration/yarn-site.xml index 847711a..94b5304 100644 --- a/ambari-server/src/main/resources/stacks/HDPWIN/2.2/services/YARN/configuration/yarn-site.xml +++ b/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>
