You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@hive.apache.org by "Gopal V (JIRA)" <ji...@apache.org> on 2016/03/10 21:10:40 UTC

[jira] [Created] (HIVE-13259) CLI: Print estimated number of records per-vertex in print.summary=true

Gopal V created HIVE-13259:
------------------------------

             Summary: CLI: Print estimated number of records per-vertex in print.summary=true
                 Key: HIVE-13259
                 URL: https://issues.apache.org/jira/browse/HIVE-13259
             Project: Hive
          Issue Type: Improvement
            Reporter: Gopal V


{code}
Task Execution Summary
----------------------------------------------------------------------------------------------
  VERTICES   DURATION(ms)  CPU_TIME(ms)  GC_TIME(ms)  INPUT_RECORDS  OUTPUT_RECORDS
----------------------------------------------------------------------------------------------
     Map 1        9927.00       729,390        6,083      5,580,000              19
 Reducer 2        3719.00         3,640           51             19               0
----------------------------------------------------------------------------------------------
{code}

Need to correlate the num-rows between estimates and actuals easily.



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