GitHub user randerzander reopened a pull request:
https://github.com/apache/zeppelin/pull/2396
[ZEPPELIN-2451]: Add JDBC config option for calling connection.commit after
paragraph execution
Updated version of: https://github.com/apache/zeppelin/pull/2284
### What is this PR for?
Adding config for automatically calling commit after JDBC paragraph
execution
### What type of PR is it?
[Improvement]
### What is the Jira issue?
https://issues.apache.org/jira/browse/ZEPPELIN-2451
### How should this be tested?
Create property zeppelin.jdbc.autocommit with value "true" under the JDBC
interpreter, run an INSERT statement against a database. The insert should be
committed and should be accessible in the database.
Create property zeppelin.jdbc.autocommit with value "false" under the JDBC
interpreter, run an INSERT statement against a database. The insert should not
be committed and will not be in the database.
### Questions:
* Does the licenses files need update?
No
* Is there breaking changes for older versions?
No
* Does this needs documentation?
Yes
You can merge this pull request into a Git repository by running:
$ git pull https://github.com/randerzander/zeppelin master
Alternatively you can review and apply these changes as the patch at:
https://github.com/apache/zeppelin/pull/2396.patch
To close this pull request, make a commit to your master/trunk branch
with (at least) the following in the commit message:
This closes #2396
----
commit 1fd5c6533b59765ed48ff55a1822d5c591fca321
Author: Randy Gelhausen <[email protected]>
Date: 2017-12-12T03:42:10Z
ZEPPELIN-2451: Add JDBC config option for calling connection.commit after
paragraph execution
----
---