-----------------------------------------------------------
This is an automatically generated e-mail. To reply, visit:
https://reviews.apache.org/r/626/
-----------------------------------------------------------
Review request for hive.
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
-----
trunk/cli/src/java/org/apache/hadoop/hive/cli/CliDriver.java 1095439
Diff: https://reviews.apache.org/r/626/diff
Testing
-------
Manual test Ctrl+C on bunch of command (show tables, select, etc)
Thanks,
georgedj