[
https://issues.apache.org/jira/browse/YARN-1505?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13848198#comment-13848198
]
Xuan Gong commented on YARN-1505:
---------------------------------
Test in a single node cluster.
{code}
<property>
<name>yarn.web-proxy.address</name>
<value>localhost:11199</value>
</property>
{code}
Then: start the webAppProxy separately. Verified that it binds to
localhost:11199.
Run a mapreduce job. The url to track the job:
http://localhost:11199/proxy/application_1386991832821_0001/. Click the link,
it shows all the information about this job
> WebAppProxyServer should not set localhost as YarnConfiguration.PROXY_ADDRESS
> by itself
> ---------------------------------------------------------------------------------------
>
> Key: YARN-1505
> URL: https://issues.apache.org/jira/browse/YARN-1505
> Project: Hadoop YARN
> Issue Type: Bug
> Reporter: Xuan Gong
> Assignee: Xuan Gong
> Priority: Blocker
> Attachments: YARN-1505.1.patch
>
>
> At WebAppProxyServer::startServer(), it will set up
> YarnConfiguration.PROXY_ADDRESS to localhost:9099 by itself. So, no matter
> what is the value we set YarnConfiguration.PROXY_ADDRESS in configuration,
> the proxyserver will bind to localhost:9099
--
This message was sent by Atlassian JIRA
(v6.1.4#6159)