Irina Easterling created YARN-3829:
--------------------------------------

             Summary: The History Tracking UI is broken for Tez application on 
ResourceManager WebUI
                 Key: YARN-3829
                 URL: https://issues.apache.org/jira/browse/YARN-3829
             Project: Hadoop YARN
          Issue Type: Bug
          Components: applications
         Environment: HDP       2.3
AMBARI_SERVER   2.1.0
teradata-hadoop-tools   2.3.50.91
teradata-hdp-release    2.3.0.0
teradata-hadoop-builder-2.3.20.249-1
HDP-2.3.0.0-2404 and Ambari-2.1.0-1143
            Reporter: Irina Easterling
            Priority: Critical


The History Tracking UI is broken for Tez application on ResourceManager WebUI. 
It does not use the FQN.

Steps to reproduce:
1. ssh to master1 and create table in hive
su hive
hive 
create table test(customerID int);
hive> select count from test;
Status: Running (Executing on YARN cluster with App id 
application_1433363712170_0006)

2. Access to Ambari -> YARN-> ResourceManager WebUI -->
3. Select History link for TEZ application
RESULTS:
This webpage is not available

Wrong
http://baron2:8088/cluster/app/application_1433363712170_0006

It should be use FQN
Correct
http://baron2.labs.teradata.com:8088/cluster/app/application_1433363712170_0006




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

Reply via email to