GitHub user jongyoul opened a pull request: https://github.com/apache/zeppelin/pull/1096
ZEPPELIN-1030 Added example for various jdbc-like interpreters ### What is this PR for? Adding examples settings for JdbcInterpreter to use jdbc drivers ### What type of PR is it? [Documentation] ### Todos * [x] - Add example ### What is the Jira issue? * https://issues.apache.org/jira/browse/ZEPPELIN-1030 ### How should this be tested? 1. mvn clean package -DskipTests -Pspark-1.6 -pl 'jdbc,zeppelin-interpreter,zeppelin-web,zeppelin-server,zeppelin-zengine,zeppelin-display' 2. Test it ### Screenshots (if appropriate) <img width="744" alt="screen shot 2016-06-27 at 11 46 00 pm" src="https://cloud.githubusercontent.com/assets/3612566/16384014/6aef186a-3cc2-11e6-93e0-105fd9d29eff.png"> <img width="1579" alt="screen shot 2016-06-27 at 11 47 59 pm" src="https://cloud.githubusercontent.com/assets/3612566/16384015/6af3a7ea-3cc2-11e6-88f5-1dc6bc672079.png"> ### Questions: * Does the licenses files need update? No * Is there breaking changes for older versions? No * Does this needs documentation? No You can merge this pull request into a Git repository by running: $ git pull https://github.com/jongyoul/zeppelin ZEPPELIN-1030 Alternatively you can review and apply these changes as the patch at: https://github.com/apache/zeppelin/pull/1096.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 #1096 ---- commit 1aaf0d2f2a46e294d50258ecfff0e821921c4511 Author: Jongyoul Lee <jongy...@gmail.com> Date: 2016-06-27T14:50:50Z Added example for various interpreters ---- --- 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. ---