[ https://issues.apache.org/jira/browse/HIVE-5232?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13904459#comment-13904459 ]
Hive QA commented on HIVE-5232: ------------------------------- {color:red}Overall{color}: -1 at least one tests failed Here are the results of testing the latest attachment: https://issues.apache.org/jira/secure/attachment/12629538/HIVE-5232.2.patch {color:red}ERROR:{color} -1 due to 3 failed/errored test(s), 5128 tests executed *Failed tests:* {noformat} org.apache.hive.beeline.TestBeeLineWithArgs.testBeelineHiveConfVariable org.apache.hive.hcatalog.listener.TestMsgBusConnection.testConnection org.apache.hive.jdbc.TestJdbcDriver2.testErrorMessages {noformat} Test results: http://bigtop01.cloudera.org:8080/job/PreCommit-HIVE-Build/1386/testReport Console output: http://bigtop01.cloudera.org:8080/job/PreCommit-HIVE-Build/1386/console Messages: {noformat} Executing org.apache.hive.ptest.execution.PrepPhase Executing org.apache.hive.ptest.execution.ExecutionPhase Executing org.apache.hive.ptest.execution.ReportingPhase Tests exited with: TestsFailedException: 3 tests failed {noformat} This message is automatically generated. ATTACHMENT ID: 12629538 > Make JDBC use the new HiveServer2 async execution API by default > ---------------------------------------------------------------- > > Key: HIVE-5232 > URL: https://issues.apache.org/jira/browse/HIVE-5232 > Project: Hive > Issue Type: Sub-task > Components: HiveServer2 > Affects Versions: 0.13.0 > Reporter: Vaibhav Gumashta > Assignee: Vaibhav Gumashta > Fix For: 0.13.0 > > Attachments: HIVE-5232.1.patch, HIVE-5232.2.patch > > > [HIVE-4617|https://issues.apache.org/jira/browse/HIVE-4617] provides support > for async execution in HS2. There are some proposed improvements in followup > JIRAs: > # [HIVE-5217|https://issues.apache.org/jira/browse/HIVE-5217] > # [HIVE-5229|https://issues.apache.org/jira/browse/HIVE-5229] > # [HIVE-5230|https://issues.apache.org/jira/browse/HIVE-5230] > # [HIVE-5441|https://issues.apache.org/jira/browse/HIVE-5441] > There is also [HIVE-5060|https://issues.apache.org/jira/browse/HIVE-5060] > which assumes that execute to be asynchronous by default. > > Once they are in, we can think of using the async API as the default for > JDBC. This is likely going to provide performance benefits as a long running > query need not keep the underlying TCP connection open for the entire > duration. -- This message was sent by Atlassian JIRA (v6.1.5#6160)