[
https://issues.apache.org/jira/browse/AMBARI-21619?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16123299#comment-16123299
]
Hudson commented on AMBARI-21619:
---------------------------------
FAILURE: Integrated in Jenkins build Ambari-branch-2.6 #2 (See
[https://builds.apache.org/job/Ambari-branch-2.6/2/])
AMBARI-21619. More ResourceManager HA host group placeholders in (adoroszlai:
[http://git-wip-us.apache.org/repos/asf?p=ambari.git&a=commit&h=78684fb7cb5058eb5ada6ab8fc8bcf664c24df9e])
* (edit)
ambari-server/src/main/java/org/apache/ambari/server/controller/internal/BlueprintConfigurationProcessor.java
* (edit)
ambari-server/src/test/java/org/apache/ambari/server/controller/internal/BlueprintConfigurationProcessorTest.java
> 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)