Repository: ambari
Updated Branches:
  refs/heads/trunk 4772593c5 -> 400b1af7e


AMBARI-8591. Configs: Enabling Yarn RM HA through Ambari should enable work 
preserving RM restart (dlysnichenko)


Project: http://git-wip-us.apache.org/repos/asf/ambari/repo
Commit: http://git-wip-us.apache.org/repos/asf/ambari/commit/400b1af7
Tree: http://git-wip-us.apache.org/repos/asf/ambari/tree/400b1af7
Diff: http://git-wip-us.apache.org/repos/asf/ambari/diff/400b1af7

Branch: refs/heads/trunk
Commit: 400b1af7e0c417cebe95257f3dc8cb9fbb91b415
Parents: 4772593
Author: Lisnichenko Dmitro <dlysniche...@hortonworks.com>
Authored: Thu Dec 11 19:29:28 2014 +0200
Committer: Lisnichenko Dmitro <dlysniche...@hortonworks.com>
Committed: Thu Dec 11 19:29:28 2014 +0200

----------------------------------------------------------------------
 .../stacks/HDP/2.2/services/YARN/configuration/yarn-site.xml   | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/ambari/blob/400b1af7/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 c480566..c47abef 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
@@ -42,7 +42,7 @@
   </property>
   <property>
     <name>yarn.nodemanager.recovery.enabled</name>
-    <value>false</value>
+    <value>true</value>
     <description>Enable the node manager to recover after 
starting</description>
   </property>
   <property>
@@ -65,7 +65,7 @@
   </property>
   <property>
     <name>yarn.resourcemanager.recovery.enabled</name>
-    <value>false</value>
+    <value>true</value>
     <description>
       Enable RM to recover state after starting.
       If true, then yarn.resourcemanager.store.class must be specified.
@@ -73,7 +73,7 @@
   </property>
   <property>
     <name>yarn.resourcemanager.work-preserving-recovery.enabled</name>
-    <value>false</value>
+    <value>true</value>
     <description>
       Enable RM work preserving recovery. This configuration is private to 
YARN for experimenting the feature.
     </description>

Reply via email to