GitHub user randerzander opened a pull request: https://github.com/apache/zeppelin/pull/1617
ZEPPELIN-1645: JDBC Interpreter does not commit updates ### What is this PR for? Allow users to issue insert/update/upsert statements from Zeppelin notes ### What type of PR is it? Improvement ### Todos * [ ] - Task ### What is the Jira issue? [ZEPPELIN-1645](https://issues.apache.org/jira/browse/ZEPPELIN-1645) ### How should this be tested? For Phoenix Interpreter: Paragraph 1: %jdbc UPSERT INTO CX_TEST (ACCT_NBR, HSE_ID) VALUES ('a', 'b') Paragraph 2: select count(*) from cx_test Result: 1 ### Questions: * Does the licenses files need update? No * Is there breaking changes for older versions? No * Does this needs documentation? Yes - JDBC README updated 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/1617.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 #1617 ---- commit 03f3f181a601f036f6a058fe23dd460db0aa7e41 Author: Randy Gelhausen <rgel...@gmail.com> Date: 2016-11-09T00:23:42Z Added commit after JDBC statement execution commit 20f186f5788cf38fb9368a1e8e82a93fb88829f2 Author: Randy Gelhausen <rgel...@gmail.com> Date: 2016-11-09T00:31:47Z updated JDBC Readme ---- --- 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. ---