[
https://issues.apache.org/jira/browse/TEZ-2189?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14359097#comment-14359097
]
Hitesh Shah commented on TEZ-2189:
----------------------------------
Even in that case, shouldn't we be using:
{code}
trackingUrl = "http://" + bindAddress.getAddress().getCanonicalHostName() + ":"
+ bindAddress.getPort();
{code}
instead of
{code}
trackingUrl = "http://" + bindAddress.getHostName() + ":" +
bindAddress.getPort();
{code}
> Tez UI live AM tracking url only works for localhost addresses
> --------------------------------------------------------------
>
> Key: TEZ-2189
> URL: https://issues.apache.org/jira/browse/TEZ-2189
> Project: Apache Tez
> Issue Type: Bug
> Components: UI
> Reporter: Jonathan Eagles
> Assignee: Jonathan Eagles
> Attachments: TEZ-2189.1.patch, TEZ-2189.2.patch, TEZ-2189.3.patch
>
>
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)