You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@hive.apache.org by Peter Vary <pv...@cloudera.com> on 2016/07/13 10:06:15 UTC

Review Request 49984: HIVE-14215: Displaying inconsistent CPU usage data with MR execution engine

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

Review request for hive, Aihua Xu and Sergio Pena.


Bugs: HIVE-14215
    https://issues.apache.org/jira/browse/HIVE-14215


Repository: hive-git


Description
-------

Reordered the time caluclation, so the displayed data is consistent now


Diffs
-----

  ql/src/java/org/apache/hadoop/hive/ql/exec/mr/HadoopJobExecHelper.java cfb4a28 

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


Testing
-------

Manually.

Should have to put sleep at the end of the while cycle, to consistently reproduce the problem.
Keeping the same sleep there, the displayed data is consistent with the patch.

Sleep removed from the code in the end :)

If you have any idea, how to produce a reliable test case for this, I am open for every suggestions.

Thanks,
Peter


Thanks,

Peter Vary