[
https://issues.apache.org/jira/browse/HIVE-6779?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13955537#comment-13955537
]
Ashutosh Chauhan commented on HIVE-6779:
----------------------------------------
To add more context: Important part of patch is removal of interrupting of main
thread for SignalHandler. In hadop-1 java io with sockets were used to
communicate between client and server. So, interrupting main thread wasn't an
issue. However, Hadoop-2 uses java nio based interruptible channels, which
throws up if current thread is interrupted.
> Hive cli may get into inconsistent state when Ctrl-C is hit on hadoop2
> ----------------------------------------------------------------------
>
> Key: HIVE-6779
> URL: https://issues.apache.org/jira/browse/HIVE-6779
> Project: Hive
> Issue Type: Bug
> Components: Diagnosability
> Reporter: Ashutosh Chauhan
> Assignee: Ashutosh Chauhan
> Attachments: HIVE-6779.patch
>
>
--
This message was sent by Atlassian JIRA
(v6.2#6252)