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)