You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@hive.apache.org by "Vaibhav Gumashta (JIRA)" <ji...@apache.org> on 2016/07/07 01:30:11 UTC

[jira] [Comment Edited] (HIVE-13882) When hive.server2.async.exec.async.compile is turned on, from JDBC we will get "The query did not generate a result set"

    [ https://issues.apache.org/jira/browse/HIVE-13882?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15365460#comment-15365460 ] 

Vaibhav Gumashta edited comment on HIVE-13882 at 7/7/16 1:29 AM:
-----------------------------------------------------------------

[~aihuaxu] Should this be committed to branch-2.1 so that it's available in 2.1 maintenance release in future? I can commit it back. Thanks.


was (Author: vgumashta):
[~aihuaxu] Should this be committed to branch-2.1 so that it's available in 2.1 maintenance release in future?

> When hive.server2.async.exec.async.compile is turned on, from JDBC we will get "The query did not generate a result set" 
> -------------------------------------------------------------------------------------------------------------------------
>
>                 Key: HIVE-13882
>                 URL: https://issues.apache.org/jira/browse/HIVE-13882
>             Project: Hive
>          Issue Type: Bug
>          Components: JDBC
>    Affects Versions: 2.1.0
>            Reporter: Aihua Xu
>            Assignee: Aihua Xu
>              Labels: TODOC2.2
>             Fix For: 2.2.0
>
>         Attachments: HIVE-13882.1.patch, HIVE-13882.2.patch
>
>
>  The following would fail with  "The query did not generate a result set"
>     stmt.execute("SET hive.driver.parallel.compilation=true");
>     stmt.execute("SET hive.server2.async.exec.async.compile=true");
>     ResultSet res =  stmt.executeQuery("SELECT * FROM " + tableName);
>     res.next();



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)