-
Type:
Bug
-
Status: Resolved
-
Priority:
Critical
-
Resolution: Fixed
-
Affects Version/s: None
-
Fix Version/s: 0.23.11
-
Component/s: applications
-
Labels:None
-
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
The History Tracking UI is broken for Tez application on ResourceManager WebUI. It does not use the FQDN.
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 FQDN
Correct
http://baron2.labs.teradata.com:8088/cluster/app/application_1433363712170_0006