[ 
https://issues.apache.org/jira/browse/TEZ-2189?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Jonathan Eagles updated TEZ-2189:
---------------------------------
    Comment: was deleted

(was: Here is the logic from TimelineClientImpl.java we should duplicate

{code}
    if (YarnConfiguration.useHttps(conf)) {
      resURI = URI
          .create(JOINER.join("https://";, conf.get(
              YarnConfiguration.TIMELINE_SERVICE_WEBAPP_HTTPS_ADDRESS,
              YarnConfiguration.DEFAULT_TIMELINE_SERVICE_WEBAPP_HTTPS_ADDRESS),
              RESOURCE_URI_STR));
    } else {
      resURI = URI.create(JOINER.join("http://";, conf.get(
          YarnConfiguration.TIMELINE_SERVICE_WEBAPP_ADDRESS,
          YarnConfiguration.DEFAULT_TIMELINE_SERVICE_WEBAPP_ADDRESS),
          RESOURCE_URI_STR));
{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
>
>




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

Reply via email to