----------------------------------------------------------- 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