You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@tez.apache.org by "Premal Shah (JIRA)" <ji...@apache.org> on 2016/11/14 05:50:58 UTC

[jira] [Created] (TEZ-3538) Tez UI does not reflect the status of the job compared to the shell

Premal Shah created TEZ-3538:
--------------------------------

             Summary: Tez UI does not reflect the status of the job compared to the shell
                 Key: TEZ-3538
                 URL: https://issues.apache.org/jira/browse/TEZ-3538
             Project: Apache Tez
          Issue Type: Bug
          Components: UI
    Affects Versions: 0.8.4
            Reporter: Premal Shah


I'm running a hive on tez query and this is what shows up in the shell

Logging initialized using configuration in file:/usr/lib/apache-hive-2.0.1-bin/conf/hive-log4j2.properties
OK
Time taken: 2.422 seconds
OK
Time taken: 0.089 seconds
Query ID = hadoop_20161109162801_2432d154-c75b-4173-af86-257a00b849f8
Total jobs = 1
Launching Job 1 out of 1


Status: Running (Executing on YARN cluster with App id application_1478236559237_1263)

----------------------------------------------------------------------------------------------
        VERTICES      MODE        STATUS  TOTAL  COMPLETED  RUNNING  PENDING  FAILED  KILLED  
----------------------------------------------------------------------------------------------
Map 1 .......... container     SUCCEEDED     48         48        0        0       0       0  
Map 10 ......... container     SUCCEEDED      7          7        0        0       0       0  
Map 11 ......... container     SUCCEEDED     14         14        0        0       0       0  
Map 7 .......... container     SUCCEEDED     44         44        0        0       0       0  
Map 8 .......... container     SUCCEEDED     12         12        0        0       0       0  
Map 9 .......... container     SUCCEEDED     44         44        0        0       0       0  
Reducer 3 .....  container       RUNNING     32         31        1        0       0       0  
Reducer 4        container       RUNNING     27          0       27        0       0       0  
Reducer 5        container        INITED     31          0        0       31       0       0  
Reducer 6        container        INITED     32          0        0       32       0       0  
----------------------------------------------------------------------------------------------
VERTICES: 06/10  [=================>>---------] 68%   ELAPSED TIME: 893.31 s   
----------------------------------------------------------------------------------------------

When I head over to the UI, it does not show the reducers





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