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

cristian cadar edited comment on HIVE-11338 at 7/4/16 6:02 PM:
---------------------------------------------------------------

why so complicated?
it is transacted => true
it's not is transacted =>false... 

All others make it like this..

Or close it.. same for me.



was (Author: crisu):
why so complicated?
it is transacted => true
it's not is transacted =>false... 

All others make it like this..

> 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)

Reply via email to