You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@zeppelin.apache.org by "Randy Gelhausen (JIRA)" <ji...@apache.org> on 2017/04/26 02:51:04 UTC

[jira] [Created] (ZEPPELIN-2451) Add JDBC config option for calling connection.commit after paragraph execution

Randy Gelhausen created ZEPPELIN-2451:
-----------------------------------------

             Summary: Add JDBC config option for calling connection.commit after paragraph execution
                 Key: ZEPPELIN-2451
                 URL: https://issues.apache.org/jira/browse/ZEPPELIN-2451
             Project: Zeppelin
          Issue Type: Bug
          Components: Interpreters
            Reporter: Randy Gelhausen
            Assignee: Randy Gelhausen


[ZEPPELIN-1645](https://issues.apache.org/jira/browse/ZEPPELIN-1645) added code to automatically call connection.commit() after JDBC paragraph execution, but some JDBC drivers do not support the connection.commit method, [calcite-druid](https://calcite.apache.org/docs/druid_adapter.html) for instance.

The interpreter should have a zeppelin.jdbc.autocommit property which allows user to decide whether the interpreter should call commit after each paragraph execution.



--
This message was sent by Atlassian JIRA
(v6.3.15#6346)