[ https://issues.apache.org/jira/browse/HIVE-4617?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13763238#comment-13763238 ]
Hudson commented on HIVE-4617: ------------------------------ FAILURE: Integrated in Hive-trunk-h0.21 #2322 (See [https://builds.apache.org/job/Hive-trunk-h0.21/2322/]) HIVE-4617: Asynchronous execution in HiveServer2 to run a query in non-blocking mode (Jaideep Dhok & Vaibhav Gumashta via Thejas Nair) (thejas: http://svn.apache.org/viewcvs.cgi/?root=Apache-SVN&view=rev&rev=1521326) * /hive/trunk/common/src/java/org/apache/hadoop/hive/conf/HiveConf.java * /hive/trunk/conf/hive-default.xml.template * /hive/trunk/jdbc/src/java/org/apache/hive/jdbc/HiveConnection.java * /hive/trunk/service/if/TCLIService.thrift * /hive/trunk/service/src/gen/thrift/gen-cpp/TCLIService_types.cpp * /hive/trunk/service/src/gen/thrift/gen-cpp/TCLIService_types.h * /hive/trunk/service/src/gen/thrift/gen-javabean/org/apache/hive/service/cli/thrift/TExecuteStatementReq.java * /hive/trunk/service/src/gen/thrift/gen-javabean/org/apache/hive/service/cli/thrift/TOpenSessionReq.java * /hive/trunk/service/src/gen/thrift/gen-javabean/org/apache/hive/service/cli/thrift/TOpenSessionResp.java * /hive/trunk/service/src/gen/thrift/gen-javabean/org/apache/hive/service/cli/thrift/TOperationState.java * /hive/trunk/service/src/gen/thrift/gen-javabean/org/apache/hive/service/cli/thrift/TProtocolVersion.java * /hive/trunk/service/src/gen/thrift/gen-py/TCLIService/ttypes.py * /hive/trunk/service/src/gen/thrift/gen-rb/t_c_l_i_service_types.rb * /hive/trunk/service/src/java/org/apache/hive/service/cli/CLIService.java * /hive/trunk/service/src/java/org/apache/hive/service/cli/CLIServiceClient.java * /hive/trunk/service/src/java/org/apache/hive/service/cli/EmbeddedCLIServiceClient.java * /hive/trunk/service/src/java/org/apache/hive/service/cli/ICLIService.java * /hive/trunk/service/src/java/org/apache/hive/service/cli/OperationState.java * /hive/trunk/service/src/java/org/apache/hive/service/cli/operation/ExecuteStatementOperation.java * /hive/trunk/service/src/java/org/apache/hive/service/cli/operation/OperationManager.java * /hive/trunk/service/src/java/org/apache/hive/service/cli/operation/SQLOperation.java * /hive/trunk/service/src/java/org/apache/hive/service/cli/session/HiveSession.java * /hive/trunk/service/src/java/org/apache/hive/service/cli/session/HiveSessionImpl.java * /hive/trunk/service/src/java/org/apache/hive/service/cli/session/SessionManager.java * /hive/trunk/service/src/java/org/apache/hive/service/cli/thrift/ThriftCLIService.java * /hive/trunk/service/src/java/org/apache/hive/service/cli/thrift/ThriftCLIServiceClient.java * /hive/trunk/service/src/test/org/apache/hive/service/cli/CLIServiceTest.java > Asynchronous execution in HiveServer2 to run a query in non-blocking mode > ------------------------------------------------------------------------- > > Key: HIVE-4617 > URL: https://issues.apache.org/jira/browse/HIVE-4617 > Project: Hive > Issue Type: Improvement > Components: HiveServer2 > Affects Versions: 0.12.0 > Reporter: Jaideep Dhok > Assignee: Vaibhav Gumashta > Fix For: 0.12.0 > > Attachments: HIVE-4617.D12417.1.patch, HIVE-4617.D12417.2.patch, > HIVE-4617.D12417.3.patch, HIVE-4617.D12417.4.patch, HIVE-4617.D12417.5.patch, > HIVE-4617.D12417.6.patch, HIVE-4617.D12507.1.patch, HIVE-4617.D12507.2.patch, > HIVE-4617.D12507.3.patch, HIVE-4617.D12507.4.patch, HIVE-4617.D12507.5.patch, > HIVE-4617.D12507.6.patch, HIVE-4617.D12507Test.1.patch, > HIVE-4617.D12783.1.patch > > > Provide a way to run a queries asynchronously. Current executeStatement call > blocks until the query run is complete. -- 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