You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@hive.apache.org by "Zoltan Haindrich (JIRA)" <ji...@apache.org> on 2016/05/22 12:34:12 UTC

[jira] [Commented] (HIVE-11338) Method getAutocommit() allways returns true

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

Zoltan Haindrich commented on HIVE-11338:
-----------------------------------------

i would like to recommend to close this issue as INVALID

> Method getAutocommit() allways returns true
> -------------------------------------------
>
>                 Key: HIVE-11338
>                 URL: https://issues.apache.org/jira/browse/HIVE-11338
>             Project: Hive
>          Issue Type: Bug
>          Components: API
>            Reporter: cristian cadar
>            Priority: Blocker
>
> Method {{getAutocommit()}} always returns {{true}}. 
> This means your connection is transacted. Please change it to {{false}}, since HiveConnection does not support transactions.
> {{org.apache.hive.jdbc.HiveConnection}}
> class {{HiveConnection}}
> {code}
> @Override
>   public boolean getAutoCommit() throws SQLException {
>     return true;
>   }
> {code}



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