[ https://issues.apache.org/jira/browse/HIVE-4570?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13667684#comment-13667684 ]
Jaideep Dhok commented on HIVE-4570: ------------------------------------ Current executeStatement implementation in HiveSession blocks until the operation is complete. We have to add an executeStatementAsync call which will return a OperationHandle immediately, and keep running the operation in background. OperationHandle is available as soon as the operation object is constructed. > More information to user on GetOperationStatus in Hive Server2 when query is > still executing > -------------------------------------------------------------------------------------------- > > Key: HIVE-4570 > URL: https://issues.apache.org/jira/browse/HIVE-4570 > Project: Hive > Issue Type: Improvement > Components: HiveServer2 > Affects Versions: 0.11.0 > Reporter: Amareshwari Sriramadasu > Assignee: Jaideep Dhok > > Currently in Hive Server2, when the query is still executing only the status > is set as STILL_EXECUTING. > This issue is to give more information to the user such as progress and > running job handles, if possible. -- This message is automatically generated by JIRA. If you think it was sent incorrectly, please contact your JIRA administrators For more information on JIRA, see: http://www.atlassian.com/software/jira