You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@ambari.apache.org by jl...@apache.org on 2017/02/09 19:37:39 UTC

ambari git commit: AMBARI-19841: Add 'yarn.client.failover-proxy-provider' in yarn-site.xml by default for all HA enabled clusters - addendum (Madhuvanthi Radhakrishnan via jluniya)

Repository: ambari
Updated Branches:
  refs/heads/trunk 43323f997 -> 259f31ae1


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

Branch: refs/heads/trunk
Commit: 259f31ae11840c0b807e1aa9623df20d7b382da8
Parents: 43323f9
Author: Jayush Luniya <jl...@hortonworks.com>
Authored: Thu Feb 9 11:37:35 2017 -0800
Committer: Jayush Luniya <jl...@hortonworks.com>
Committed: Thu Feb 9 11:37:35 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/259f31ae/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>