[
https://issues.apache.org/jira/browse/AMBARI-21619?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Doroszlai, Attila updated AMBARI-21619:
---------------------------------------
Fix Version/s: (was: 2.5.3)
2.6.0
> 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.6.0
>
> 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)