You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@ambari.apache.org by "Oleg Nechiporenko (JIRA)" <ji...@apache.org> on 2014/10/01 16:49:33 UTC

[jira] [Created] (AMBARI-7588) Slider View: Properties required by Slider View when RM HA is enabled

Oleg Nechiporenko created AMBARI-7588:
-----------------------------------------

             Summary: Slider View: Properties required by Slider View when RM HA is enabled
                 Key: AMBARI-7588
                 URL: https://issues.apache.org/jira/browse/AMBARI-7588
             Project: Ambari
          Issue Type: Bug
          Components: contrib
    Affects Versions: 1.7.0
            Reporter: Oleg Nechiporenko
            Assignee: Oleg Nechiporenko
             Fix For: 1.7.0


Here is a complete list of properties which needs to be added to slider-client.xml after RM HA was setup on a 3-node vagrant cluster (c6401, c6402, c6403) -

{noformat}
    <property>
      <name>yarn.resourcemanager.cluster-id</name>
      <value>yarn-cluster</value>
    </property>

    <property>
      <name>yarn.resourcemanager.ha.enabled</name>
      <value>true</value>
    </property>

    <property>
      <name>yarn.resourcemanager.ha.rm-ids</name>
      <value>rm1,rm2</value>
    </property>

    <property>
      <name>yarn.resourcemanager.hostname.rm1</name>
      <value>c6402.ambari.apache.org</value>
    </property>

    <property>
      <name>yarn.resourcemanager.hostname.rm2</name>
      <value>c6401.ambari.apache.org</value>
    </property>

    <property>
      <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.zk-base-path</name>
      <value>/yarn-leader-election</value>
    </property>

    <property>
      <name>yarn.resourcemanager.zk-address</name>
      <value>c6401.ambari.apache.org,c6402.ambari.apache.org,c6403.ambari.apache.org</value>
    </property>

{noformat}

Note: Slider bug [SLIDER-447|https://issues.apache.org/jira/browse/SLIDER-447] exists where the property {{yarn.resourcemanager.address}} will no longer be required to be set after the above are set.



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)