----------------------------------------------------------- This is an automatically generated e-mail. To reply, visit: https://reviews.apache.org/r/11464/ -----------------------------------------------------------
Review request for hive, Ashutosh Chauhan and Navis Ryu. Description ------- MR temp directory conflicts in case of parallel execution mode MR temp directory conflicts in Hive parallel execution mode. Patch includes adding a per thread task counter to the MR scratch directory path set by hive. This addresses bug HIVE-4620. https://issues.apache.org/jira/browse/HIVE-4620 Diffs ----- ql/src/java/org/apache/hadoop/hive/ql/Context.java 6466275 ql/src/java/org/apache/hadoop/hive/ql/exec/TaskRunner.java 56c2be6 Diff: https://reviews.apache.org/r/11464/diff/ Testing ------- Manual testing, full unit test run. Thanks, Prasad Mujumdar