You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@hive.apache.org by Siying Dong <si...@fb.com> on 2011/07/20 08:27:19 UTC

Re: Review Request: Cli: Print Hadoop's CPU milliseconds

-----------------------------------------------------------
This is an automatically generated e-mail. To reply, visit:
https://reviews.apache.org/r/948/
-----------------------------------------------------------

(Updated 2011-07-20 06:27:19.820431)


Review request for hive, Yongqiang He, Ning Zhang, and namit jain.


Changes
-------

remove MapRedStats from DriverContext and add more counters to it.


Summary
-------

In hive CLI, print out CPU msec from Hadoop MapReduce coutners.


This addresses bug HIVE-2236.
    https://issues.apache.org/jira/browse/HIVE-2236


Diffs (updated)
-----

  trunk/ql/src/java/org/apache/hadoop/hive/ql/Driver.java 1148623 
  trunk/ql/src/java/org/apache/hadoop/hive/ql/MapRedStats.java PRE-CREATION 
  trunk/ql/src/java/org/apache/hadoop/hive/ql/exec/ExecDriver.java 1148623 
  trunk/ql/src/java/org/apache/hadoop/hive/ql/exec/HadoopJobExecHelper.java 1148623 
  trunk/ql/src/java/org/apache/hadoop/hive/ql/exec/Utilities.java 1148623 
  trunk/ql/src/java/org/apache/hadoop/hive/ql/session/SessionState.java 1148623 

Diff: https://reviews.apache.org/r/948/diff


Testing
-------

run the updated codes against real clusters and make sure it printing is correct.


Thanks,

Siying


Re: Review Request: Cli: Print Hadoop's CPU milliseconds

Posted by Siying Dong <si...@fb.com>.
-----------------------------------------------------------
This is an automatically generated e-mail. To reply, visit:
https://reviews.apache.org/r/948/
-----------------------------------------------------------

(Updated 2011-07-21 17:30:55.228025)


Review request for hive, Yongqiang He, Ning Zhang, and namit jain.


Changes
-------

fix a bug


Summary
-------

In hive CLI, print out CPU msec from Hadoop MapReduce coutners.


This addresses bug HIVE-2236.
    https://issues.apache.org/jira/browse/HIVE-2236


Diffs (updated)
-----

  trunk/ql/src/java/org/apache/hadoop/hive/ql/Driver.java 1148623 
  trunk/ql/src/java/org/apache/hadoop/hive/ql/MapRedStats.java PRE-CREATION 
  trunk/ql/src/java/org/apache/hadoop/hive/ql/exec/ExecDriver.java 1148623 
  trunk/ql/src/java/org/apache/hadoop/hive/ql/exec/HadoopJobExecHelper.java 1148623 
  trunk/ql/src/java/org/apache/hadoop/hive/ql/exec/Utilities.java 1148623 
  trunk/ql/src/java/org/apache/hadoop/hive/ql/session/SessionState.java 1148623 

Diff: https://reviews.apache.org/r/948/diff


Testing
-------

run the updated codes against real clusters and make sure it printing is correct.


Thanks,

Siying