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

Doroszlai, Attila commented on AMBARI-21619:
--------------------------------------------

Committed to 
[branch-2.6|http://git-wip-us.apache.org/repos/asf/ambari/commit/78684fb7cb].

> More ResourceManager HA host group placeholders in blueprints
> -------------------------------------------------------------
>
>                 Key: AMBARI-21619
>                 URL: https://issues.apache.org/jira/browse/AMBARI-21619
>             Project: Ambari
>          Issue Type: Bug
>          Components: ambari-server
>    Affects Versions: 2.5.2
>            Reporter: Doroszlai, Attila
>            Assignee: Doroszlai, Attila
>             Fix For: 2.5.3
>
>         Attachments: AMBARI-21619.patch
>
>
> Some ResourceManager HA addresses are not replaced during blueprint 
> processing (cluster creation, export).  This may cause failure of starting 
> ResourceManager, or force user to enter specific host names in the blueprint 
> as a workaround.
> {noformat:title=/usr/hdp/current/hadoop-client/conf/yarn-site.xml}
>     <property>
>       <name>yarn.resourcemanager.address.rm1</name>
>       <value>%HOSTGROUP::master0%:8050</value>
>     </property>
>     <property>
>       <name>yarn.resourcemanager.address.rm2</name>
>       <value>%HOSTGROUP::master1%:8050</value>
>     </property>
>     <property>
>       <name>yarn.resourcemanager.admin.address.rm1</name>
>       <value>%HOSTGROUP::master0%:8141</value>
>     </property>
>     <property>
>       <name>yarn.resourcemanager.admin.address.rm2</name>
>       <value>%HOSTGROUP::master1%:8141</value>
>     </property>
>     <property>
>       <name>yarn.resourcemanager.resource-tracker.address.rm1</name>
>       <value>%HOSTGROUP::master0%:8025</value>
>     </property>
>     <property>
>       <name>yarn.resourcemanager.resource-tracker.address.rm2</name>
>       <value>%HOSTGROUP::master1%:8025</value>
>     </property>
>     <property>
>       <name>yarn.resourcemanager.scheduler.address.rm1</name>
>       <value>%HOSTGROUP::master0%:8030</value>
>     </property>
>     <property>
>       <name>yarn.resourcemanager.scheduler.address.rm2</name>
>       <value>%HOSTGROUP::master1%:8030</value>
>     </property>
> {noformat}



--
This message was sent by Atlassian JIRA
(v6.4.14#64029)

Reply via email to