-----------------------------------------------------------
This is an automatically generated e-mail. To reply, visit:
https://reviews.apache.org/r/626/
-----------------------------------------------------------
(Updated 2011-05-17 18:56:20.310048)
Review request for hive.
Changes
-------
updating diff against the latest trunk
Summary
-------
Fixed by adding INT signal hander that interrupts the CLI thread. The CLI
thread gets InterruptedException and it stops the current command.
This addresses bug HIVE-243.
https://issues.apache.org/jira/browse/HIVE-243
Diffs (updated)
-----
trunk/cli/src/java/org/apache/hadoop/hive/cli/CliDriver.java 1104456
trunk/common/src/java/org/apache/hadoop/hive/common/HiveInterruptCallback.java
PRE-CREATION
trunk/common/src/java/org/apache/hadoop/hive/common/HiveInterruptUtils.java
PRE-CREATION
trunk/ql/src/java/org/apache/hadoop/hive/ql/exec/HadoopJobExecHelper.java
1104456
trunk/ql/src/java/org/apache/hadoop/hive/ql/exec/Utilities.java 1104456
Diff: https://reviews.apache.org/r/626/diff
Testing
-------
Manual test Ctrl+C on bunch of command (show tables, select, etc)
Tested interrupting the command on large data set in different stages of the
processing (JDO, MapReduce, building the input summary).
example queries:
explain select count(*) from xyz where ds = '2011-02-01';
select count(*) from xyz where ds = '2011-02-01';
Thanks,
georgedj