You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@hive.apache.org by "Lefty Leverenz (JIRA)" <ji...@apache.org> on 2017/07/07 05:58:00 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=15313448#comment-15313448 ] 

Lefty Leverenz edited comment on HIVE-13882 at 7/7/17 5:57 AM:
---------------------------------------------------------------

Doc note:  This changes the description of *hive.driver.parallel.compilation*, which was introduced by HIVE-4239 in 2.0.0.  It needs to be documented in the HiveServer2 section of Configuration Properties.

* [Configuration Properties -- HiveServer2 | https://cwiki.apache.org/confluence/display/Hive/Configuration+Properties#ConfigurationProperties-HiveServer2]

Added a TODOC2.1 label.

Edit 06/Jul/17:  Now it's a TODOC2.2 label.  The patch was reverted from branch-2.1 in June 2016.


was (Author: lefty@hortonworks.com):
Doc note:  This changes the description of *hive.driver.parallel.compilation*, which was introduced by HIVE-4239 in 2.0.0.  It needs to be documented in the HiveServer2 section of Configuration Properties.

* [Configuration Properties -- HiveServer2 | https://cwiki.apache.org/confluence/display/Hive/Configuration+Properties#ConfigurationProperties-HiveServer2]

Added a TODOC2.1 label.

> 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.4.14#64029)