GitHub user randerzander opened 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 f2d62ff9132e2013e618e8dd64b5813352d48077 Author: Randy Gelhausen <rgel...@gmail.com> Date: 2017-06-05T15:37:07Z ZEPPELIN-2451 ---- --- If your project is set up for it, you can reply to this email and have your reply appear on GitHub as well. If your project does not have this feature enabled and wishes so, or if the feature is enabled but not working, please contact infrastructure at infrastruct...@apache.org or file a JIRA ticket with INFRA. ---