You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@slider.apache.org by go...@apache.org on 2014/11/11 22:21:53 UTC

svn commit: r1638424 - /incubator/slider/site/trunk/content/docs/high_availability.md

Author: gourksaha
Date: Tue Nov 11 21:21:53 2014
New Revision: 1638424

URL: http://svn.apache.org/r1638424
Log:
prop update

Modified:
    incubator/slider/site/trunk/content/docs/high_availability.md

Modified: incubator/slider/site/trunk/content/docs/high_availability.md
URL: http://svn.apache.org/viewvc/incubator/slider/site/trunk/content/docs/high_availability.md?rev=1638424&r1=1638423&r2=1638424&view=diff
==============================================================================
--- incubator/slider/site/trunk/content/docs/high_availability.md (original)
+++ incubator/slider/site/trunk/content/docs/high_availability.md Tue Nov 11 21:21:53 2014
@@ -51,11 +51,26 @@ Following are required to be set as YARN
               <name>yarn.resourcemanager.recovery.enabled</name>
               <value>true</value>
           </property>
-          
+
           <property>
               <name>yarn.resourcemanager.store.class</name>
               <value>org.apache.hadoop.yarn.server.resourcemanager.recovery.ZKRMStateStore</value>
           </property>
+
+          <property>
+              <name>yarn.resourcemanager.ha.automatic-failover.enabled</name>
+              <value>true</value>
+          </property>
+          
+          <property>
+              <name>yarn.resourcemanager.ha.automatic-failover.embedded</name>
+              <value>true</value>
+          </property>
+          
+          <property>
+              <name>yarn.client.failover-proxy-provider</name>
+              <value>org.apache.hadoop.yarn.client.ConfiguredRMFailoverProxyProvider</value>
+          </property>
           
           <property>
               <name>yarn.resourcemanager.zk-address</name>
@@ -68,6 +83,15 @@ Following are required to be set as YARN
               <value>yarn-cluster</value>
           </property>
 
+          <property>
+              <name>yarn.resourcemanager.ha.automatic-failover.zk-base-path</name>
+              <value>/yarn-leader-election</value>
+          </property>
+
+          <property>
+              <name>yarn.resourcemanager.am.max-attempts</name>
+              <value>20</value>
+          </property>
 
 ### Name Node HA
 
@@ -88,7 +112,7 @@ Following are required to be set as YARN
                            private to YARN for experimenting the feature.  NOTE: this config
                            has to be set on both RM and ALL NMs
               </description>
-              <name>yarn.resourcemanager.work­preserving­recovery.enabled</name>
+              <name>yarn.resourcemanager.work-preserving-recovery.enabled</name>
               <value>true</value>
           </property>
           
@@ -105,7 +129,7 @@ Following are required to be set as YARN
                            org.apache.hadoop.yarn.server.resourcemanager.recovery.ZKRMStateStore
                            as the value for yarn.resourcemanager.store.class
               </description>
-              <name>yarn.resourcemanager.zk­address</name>
+              <name>yarn.resourcemanager.zk­-address</name>
               <value>127.0.0.1:2181</value>
           </property>
 
@@ -125,4 +149,3 @@ Following are required to be set as YARN
               <name>yarn.nodemanager.recovery.dir</name>
               <value>${hadoop.tmp.dir}/yarn-nm-recovery</value>
           </property>
-