You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@hive.apache.org by "Rajesh Balamohan (JIRA)" <ji...@apache.org> on 2017/04/13 04:28:41 UTC

[jira] [Created] (HIVE-16436) Response times in "Task Execution Summary" at the end of the job is not correct

Rajesh Balamohan created HIVE-16436:
---------------------------------------

             Summary: Response times in "Task Execution Summary" at the end of the job is not correct
                 Key: HIVE-16436
                 URL: https://issues.apache.org/jira/browse/HIVE-16436
             Project: Hive
          Issue Type: Bug
            Reporter: Rajesh Balamohan


"Task execution summary" is printed at the of running a hive query. E.g

{noformat}

Task Execution Summary
----------------------------------------------------------------------------------------------
  VERTICES      DURATION(ms)   CPU_TIME(ms)    GC_TIME(ms)   INPUT_RECORDS   OUTPUT_RECORDS
----------------------------------------------------------------------------------------------
     Map 1         277869.00              0              0   1,500,000,000    1,500,000,000
     Map 2         277868.00              0              0   5,999,989,709       31,162,299
 Reducer 3          59875.00              0              0   1,531,162,299            2,018
 Reducer 4           2436.00              0              0           2,018                2
 Reducer 5            375.00              0              0               2                0
----------------------------------------------------------------------------------------------
{noformat}

Response times reported here for Map-1/Map-2 is not correct.  Not sure if this is broken due to any other patch. Creating this jira for tracking purpose.



--
This message was sent by Atlassian JIRA
(v6.3.15#6346)