You are viewing a plain text version of this content. The canonical link for it is here.
Posted to yarn-dev@hadoop.apache.org by "Zephyr Guo (JIRA)" <ji...@apache.org> on 2016/06/07 09:49:21 UTC

[jira] [Created] (YARN-5207) Web-Proxy should support multi-homed systems.

Zephyr Guo created YARN-5207:
--------------------------------

             Summary: Web-Proxy should support multi-homed systems.
                 Key: YARN-5207
                 URL: https://issues.apache.org/jira/browse/YARN-5207
             Project: Hadoop YARN
          Issue Type: New Feature
          Components: webapp
    Affects Versions: 3.0.0-alpha1
            Reporter: Zephyr Guo
             Fix For: 3.0.0-alpha1


{{WebAppProxyServlet}} use {{HttpClient}} to download URL for AppMaster.
{{HttpClient}} bind the local address according to {{yarn.web-proxy.address}}.{{HttpClient}} should use the independent address for following situation: 

There are two network cards.{{CardA}} for user to access cluster, {{CardB}} for cluster inner communication.User can only access {{Web-Proxy}} by {{CardA}}.
{{CardA}} can't ping {{CardB}}.
So we have to bind {{Web-Proxy}} to {{CardA}}, and then specify {{HttpClient}} use {{CardB}}.



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

---------------------------------------------------------------------
To unsubscribe, e-mail: yarn-dev-unsubscribe@hadoop.apache.org
For additional commands, e-mail: yarn-dev-help@hadoop.apache.org