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

Chris Clarke commented on YARN-3968:
------------------------------------

This nginx config takes care of many of the links:

{code}
    location / {
        sub_filter "localhost:8088" "$host";
        sub_filter_once off;
        proxy_redirect http://localhost:8088/ /;
    }
{code}

> Allow overriding links in the UI
> --------------------------------
>
>                 Key: YARN-3968
>                 URL: https://issues.apache.org/jira/browse/YARN-3968
>             Project: Hadoop YARN
>          Issue Type: New Feature
>          Components: webapp
>            Reporter: Chris Clarke
>
> We have an Nginx proxy in front of the webapp. URIs and ports for various 
> links in the UI differ from those used by the components to communicate. This 
> results in broken links in the UI. We need to be able to override them via 
> settings e.g. yarn.resourcemanager.webapp.ui.address



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

Reply via email to