Author: gourksaha
Date: Tue Nov 11 19:26:38 2014
New Revision: 1638308

URL: http://svn.apache.org/r1638308
Log:
minor formatting

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=1638308&r1=1638307&r2=1638308&view=diff
==============================================================================
--- incubator/slider/site/trunk/content/docs/high_availability.md (original)
+++ incubator/slider/site/trunk/content/docs/high_availability.md Tue Nov 11 
19:26:38 2014
@@ -23,7 +23,7 @@ by long running applications installed b
 and Node Manager failure. This document provides
 details on how to configure YARN's RM HA.
 
-Following are the properties required to be set as YARN properties in order to 
setup:
+Following are required to be set as YARN properties in order to setup:
 
 ### Resource Manager HA
 
@@ -76,13 +76,18 @@ Following are the properties required to
 ### Work Preserving RM Restart
 
           <property>
-              <description>Enable RM to recover state after starting. If true, 
then yarn.resourcemanager.store.class must be specified</description>
+              <description>Enable RM to recover state after starting. If true, 
then
+                           yarn.resourcemanager.store.class must be specified
+              </description>
               <name>yarn.resourcemanager.recovery.enabled</name>
               <value>true</value>
           </property>
           
           <property>
-              <description>Enable RM work preserving recovery. This 
configuration is private to YARN for experimenting the feature.  NOTE: this 
config has to be set on both RM and ALL NMs.  </description>
+              <description>Enable RM work preserving recovery. This 
configuration is
+                           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>
               <value>true</value>
           </property>
@@ -90,12 +95,16 @@ Following are the properties required to
           <property>
               <description>The class to use as the persistent 
store.</description>
               <name>yarn.resourcemanager.store.class</name>
-              
<!­­value>org.apache.hadoop.yarn.server.resourcemanager.recovery.FileSystemRMStateStore</value­-->
+              
<!­­--value>org.apache.hadoop.yarn.server.resourcemanager.recovery.FileSystemRMStateStore</value­-->
               
<value>org.apache.hadoop.yarn.server.resourcemanager.recovery.ZKRMStateStore</value>
           </property>
           
           <property>
-              <description>Host:Port of the ZooKeeper server where RM state 
will be stored. This must be supplied when using 
org.apache.hadoop.yarn.server.resourcemanager.recovery.ZKRMStateStore as the 
value for yarn.resourcemanager.store.class</description>
+              <description>Host:Port of the ZooKeeper server where RM state 
will
+                           be stored. This must be supplied when using 
+                           
org.apache.hadoop.yarn.server.resourcemanager.recovery.ZKRMStateStore
+                           as the value for yarn.resourcemanager.store.class
+              </description>
               <name>yarn.resourcemanager.zk­address</name>
               <value>127.0.0.1:2181</value>
           </property>
@@ -110,7 +119,9 @@ Following are the properties required to
           </property>
           
           <property>
-              <description>The local filesystem directory in which the node 
manager will store state when recovery is enabled.</description>
+              <description>The local filesystem directory in which the node 
manager
+                           will store state when recovery is enabled.
+              </description>
               <name>yarn.nodemanager.recovery.dir</name>
               <value>${hadoop.tmp.dir}/yarn-nm-recovery</value>
           </property>


Reply via email to