Repository: ambari Updated Branches: refs/heads/branch-2.5 bbbe15d96 -> 2ea4a0328
AMBARI-19841: Add 'yarn.client.failover-proxy-provider' in yarn-site.xml by default for all HA enabled clusters - addendum (Madhuvanthi Radhakrishnan via jluniya) Project: http://git-wip-us.apache.org/repos/asf/ambari/repo Commit: http://git-wip-us.apache.org/repos/asf/ambari/commit/2ea4a032 Tree: http://git-wip-us.apache.org/repos/asf/ambari/tree/2ea4a032 Diff: http://git-wip-us.apache.org/repos/asf/ambari/diff/2ea4a032 Branch: refs/heads/branch-2.5 Commit: 2ea4a0328781e63dbde55d5efb2174f61cb3b743 Parents: bbbe15d Author: Jayush Luniya <[email protected]> Authored: Thu Feb 9 11:37:35 2017 -0800 Committer: Jayush Luniya <[email protected]> Committed: Thu Feb 9 11:40:21 2017 -0800 ---------------------------------------------------------------------- .../stacks/HDP/2.6/services/YARN/configuration/yarn-site.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/ambari/blob/2ea4a032/ambari-server/src/main/resources/stacks/HDP/2.6/services/YARN/configuration/yarn-site.xml ---------------------------------------------------------------------- diff --git a/ambari-server/src/main/resources/stacks/HDP/2.6/services/YARN/configuration/yarn-site.xml b/ambari-server/src/main/resources/stacks/HDP/2.6/services/YARN/configuration/yarn-site.xml index 555768e..58b528e 100644 --- a/ambari-server/src/main/resources/stacks/HDP/2.6/services/YARN/configuration/yarn-site.xml +++ b/ambari-server/src/main/resources/stacks/HDP/2.6/services/YARN/configuration/yarn-site.xml @@ -19,7 +19,7 @@ <configuration supports_final="true"> <property> <name>yarn.client.failover-proxy-provider</name> - <value>org.apache.hadoop.yarn.client.ConfiguredRMFailoverProxyProvider</value> + <value>org.apache.hadoop.yarn.client.RequestHedgingRMFailoverProxyProvider</value> <description>When HA is enabled, the class to be used by Clients, AMs and NMs to failover to the Active RM. It should extend org.apache.hadoop.yarn.client.RMFailoverProxyProvider</description> <on-ambari-upgrade add="false"/> </property>
