You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@ambari.apache.org by "Doroszlai, Attila (JIRA)" <ji...@apache.org> on 2017/07/31 21:28:00 UTC

[jira] [Created] (AMBARI-21619) More ResourceManager HA host group placeholders in blueprints

Doroszlai, Attila created AMBARI-21619:
------------------------------------------

             Summary: 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: trunk, 2.5.3


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)