[ 
https://issues.apache.org/jira/browse/AMBARI-7588?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14154952#comment-14154952
 ] 

Hudson commented on AMBARI-7588:
--------------------------------

SUCCESS: Integrated in Ambari-trunk-Commit #440 (See 
[https://builds.apache.org/job/Ambari-trunk-Commit/440/])
AMBARI-7588. Slider View: Properties required by Slider View when RM HA is 
enabled. (onechiporenko) (onechiporenko: 
http://git-wip-us.apache.org/repos/asf?p=ambari.git&a=commit&h=c8d3a0aa05731f7f77f3b1b0cd2ea28ca332a6a3)
* contrib/views/slider/src/main/resources/view.xml
* contrib/views/slider/src/main/resources/ui/app/routes/main.js
* 
contrib/views/slider/src/main/resources/ui/test/integration/pages/index_test.js


> 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
>
>         Attachments: AMBARI-7588.patch
>
>
> 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] 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)

Reply via email to