zeppelin/docs/interpreter
Randy Gelhausen 07fbc6ec8c 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:
%jdbc
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

Author: Randy Gelhausen <rgelhau@gmail.com>

Closes #1617 from randerzander/master and squashes the following commits:

1cf1ce3 [Randy Gelhausen] Added check for connection autocommit status
2016-11-29 08:04:52 -08:00
..
alluxio.md [ZEPPELIN-1219] Add searching feature to Zeppelin docs site 2016-08-10 12:39:22 +09:00
beam.md [ZEPPELIN-682] New interpreter for Apache Beam (incubating)/DataFlow 2016-09-26 20:11:42 -07:00
bigquery.md [ZEPPELIN-1219] Add searching feature to Zeppelin docs site 2016-08-10 12:39:22 +09:00
cassandra.md [ZEPPELIN-1219] Add searching feature to Zeppelin docs site 2016-08-10 12:39:22 +09:00
elasticsearch.md [ZEPPELIN-1421] Fix dead link in docs/README.md 2016-09-19 15:50:43 +09:00
flink.md [ZEPPELIN-1219] Add searching feature to Zeppelin docs site 2016-08-10 12:39:22 +09:00
geode.md [ZEPPELIN-1219] Add searching feature to Zeppelin docs site 2016-08-10 12:39:22 +09:00
hbase.md [ZEPPELIN-1219] Add searching feature to Zeppelin docs site 2016-08-10 12:39:22 +09:00
hdfs.md [ZEPPELIN-1219] Add searching feature to Zeppelin docs site 2016-08-10 12:39:22 +09:00
hive.md [ZEPPELIN-1421] Fix dead link in docs/README.md 2016-09-19 15:50:43 +09:00
ignite.md Ignite versions fixed 2016-11-10 14:30:45 +01:00
jdbc.md ZEPPELIN-1645: JDBC Interpreter does not commit updates 2016-11-29 08:04:52 -08:00
kylin.md ZEPPELIN-415 document for Apache Kylin Interpreter 2016-11-14 06:59:06 +01:00
lens.md [ZEPPELIN-1219] Add searching feature to Zeppelin docs site 2016-08-10 12:39:22 +09:00
livy.md ZEPPELIN-1430. Display appId and webui link in LivyInterpreter's output 2016-10-13 14:07:49 +05:30
mahout.md [ZEPPELIN-116] Add Apache Mahout Interpreter 2016-11-09 13:39:52 +09:00
markdown.md [ZEPPELIN-1614] Remove markdown4j dep 2016-11-16 05:31:45 +01:00
pig.md ZEPPELIN-335. Pig Interpreter 2016-10-15 12:26:50 -07:00
postgresql.md [ZEPPELIN-1219] Add searching feature to Zeppelin docs site 2016-08-10 12:39:22 +09:00
python.md [ZEPPELIN-1683] Run python process in docker container 2016-11-24 09:08:52 -08:00
r.md [ZEPPELIN-1219] Add searching feature to Zeppelin docs site 2016-08-10 12:39:22 +09:00
scalding.md [ZEPPELIN-1219] Add searching feature to Zeppelin docs site 2016-08-10 12:39:22 +09:00
scio.md Fix formatting/typos/style in scio doc 2016-11-16 12:54:29 +01:00
shell.md [ZEPPELIN-1421] Fix dead link in docs/README.md 2016-09-19 15:50:43 +09:00
spark.md [ZEPPELIN-1622] Remove %dep interpreter deprecated message 2016-11-20 08:13:25 -08:00