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

Tsuyoshi Ozawa commented on YARN-3711:
--------------------------------------

[~iwasakims] thank you for updating.

{quote}
+| `yarn.resourcemanager.webapp.https.address.`*rm-id* | For each *rm-id*, 
specify https address of the RM web application corresponds to. |
+| `yarn.resourcemanager.webapp.address.`*rm-id* | For each *rm-id*, specify 
http address of the RM web application corresponds to. |
{quote}

Should we should describe that y.r.webapp.https.address is needed only when 
yarn.http.policy is HTTPS_ONLY, while y.r.webapp.address is needed only when 
yarn.http.policy is HTTP_ONLY?

{code}
  @Private
  public static List<String> getServiceAddressConfKeys(Configuration conf) {
    return useHttps(conf) ? RM_SERVICES_ADDRESS_CONF_KEYS_HTTPS
        : RM_SERVICES_ADDRESS_CONF_KEYS_HTTP;
  }
{code}

> Documentation of ResourceManager HA should explain about webapp address 
> configuration
> -------------------------------------------------------------------------------------
>
>                 Key: YARN-3711
>                 URL: https://issues.apache.org/jira/browse/YARN-3711
>             Project: Hadoop YARN
>          Issue Type: Sub-task
>          Components: documentation
>            Reporter: Masatake Iwasaki
>            Assignee: Masatake Iwasaki
>            Priority: Minor
>         Attachments: YARN-3711.002.patch
>
>
> There should be explanation about webapp address in addition to RPC address.
> AM proxy filter needs explicit definition of 
> {{yarn.resourcemanager.webapp.address._rm-id_}} and/or 
> {{yarn.resourcemanager.webapp.https.address._rm-id_}} to get proper addresses 
> in RM-HA mode.



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)

Reply via email to