You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@hive.apache.org by "cristian cadar (JIRA)" <ji...@apache.org> on 2015/07/22 10:26:05 UTC

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

cristian cadar created HIVE-11338:
-------------------------------------

             Summary: 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.

class {{HiveConnection}}
{code}
@Override
  public boolean getAutoCommit() throws SQLException {
    return true;
  }
{code}



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