You are viewing a plain text version of this content. The canonical link for it is here.
Posted to yarn-issues@hadoop.apache.org by "Arpit Gupta (JIRA)" <ji...@apache.org> on 2014/01/29 00:01:33 UTC

[jira] [Created] (YARN-1665) Set better defaults for HA configs

Arpit Gupta created YARN-1665:
---------------------------------

             Summary: Set better defaults for HA configs
                 Key: YARN-1665
                 URL: https://issues.apache.org/jira/browse/YARN-1665
             Project: Hadoop YARN
          Issue Type: Sub-task
          Components: resourcemanager
            Reporter: Arpit Gupta


In order to enable HA (automatic failover) i had to set the following configs


{code}
<property>
    <name>yarn.resourcemanager.ha.enabled</name>
    <value>true</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>

{code}


I believe the user should just have to set yarn.resourcemanager.ha.enabled=true and the rest should be set as defaults. Basically automatic failover should be the default.



--
This message was sent by Atlassian JIRA
(v6.1.5#6160)