----------------------------------------------------------- This is an automatically generated e-mail. To reply, visit: https://reviews.apache.org/r/3025/ -----------------------------------------------------------
Review request for hive, John Sichi and Carl Steinbach. Summary ------- Currently, if Driver fails executing any of the task, it tries suicide by System.exit() which should not be happened in our use cases. This is simple hot-fix I've provided to my coworkers. Someone could do more elaborated work. This addresses bug HIVE-2264. https://issues.apache.org/jira/browse/HIVE-2264 Diffs ----- ql/src/java/org/apache/hadoop/hive/ql/Driver.java da02fa5 ql/src/java/org/apache/hadoop/hive/ql/exec/ExecDriver.java f612119 ql/src/java/org/apache/hadoop/hive/ql/exec/MapRedTask.java a3e40f7 ql/src/java/org/apache/hadoop/hive/ql/exec/MapredLocalTask.java d2b12a7 ql/src/java/org/apache/hadoop/hive/ql/exec/Task.java a4e59ca ql/src/test/queries/clientnegative/driver_suicide.q PRE-CREATION ql/src/test/results/clientnegative/driver_suicide.q.out PRE-CREATION Diff: https://reviews.apache.org/r/3025/diff Testing ------- test added : driver_suicide.q (negative) Thanks, Navis