Uploaded image for project: 'Hadoop YARN'
  1. Hadoop YARN
  2. YARN-3829

The History Tracking UI is broken for Tez application on ResourceManager WebUI

    XMLWordPrintableJSON

Details

    • Bug
    • Status: Resolved
    • Critical
    • Resolution: Fixed
    • None
    • 0.23.11
    • applications
    • None
    • 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

    Description

      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

      Attachments

        1. TezHistoryIssue.PNG
          248 kB
          Irina Easterling
        2. TestHistoryIssue_2.PNG
          127 kB
          Irina Easterling

        Activity

          People

            Unassigned Unassigned
            ie255001 Irina Easterling
            Votes:
            0 Vote for this issue
            Watchers:
            2 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: