You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@hive.apache.org by "Vaibhav Gumashta (JIRA)" <ji...@apache.org> on 2014/03/19 11:34:42 UTC

[jira] [Updated] (HIVE-6472) JDBC cancel will not work with current HiveServer2

     [ https://issues.apache.org/jira/browse/HIVE-6472?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Vaibhav Gumashta updated HIVE-6472:
-----------------------------------

    Description: Creating this JIRA to add missing pieces for query cancel capability to JDBC. HIVE-5232 should however fix the core issue. Typical use case is when the client calls Statement#execute in one thread to execute a long running query, and Statement#cancel in another thread to cancel the execution before it is complete.  (was: Creating this JIRA to add query cancel test to JDBC. HIVE-5232 should however fix the core issue.)

> JDBC cancel will not work with current HiveServer2
> --------------------------------------------------
>
>                 Key: HIVE-6472
>                 URL: https://issues.apache.org/jira/browse/HIVE-6472
>             Project: Hive
>          Issue Type: Bug
>          Components: HiveServer2, JDBC
>    Affects Versions: 0.13.0
>            Reporter: Vaibhav Gumashta
>            Assignee: Vaibhav Gumashta
>             Fix For: 0.13.0
>
>
> Creating this JIRA to add missing pieces for query cancel capability to JDBC. HIVE-5232 should however fix the core issue. Typical use case is when the client calls Statement#execute in one thread to execute a long running query, and Statement#cancel in another thread to cancel the execution before it is complete.



--
This message was sent by Atlassian JIRA
(v6.2#6252)