GitHub user 1teed opened a pull request:
https://github.com/apache/incubator-zeppelin/pull/60
Add JDBC Interpreter for Mysql
I added jdbc interpreter for mysql
I used Abstract Factory Pattern
It has the advantage that can be separated using the JDBC Connection only
argument value

How to add your jdbc driver
1. add dependency for your jdbc driver (pom.xml)
2. implement Sub-Class (like MysqlConnection)
3. add branch connection in Factory Class (DBConnectionFactory)
> It can be extended any jdbc. Such as Oracle, HIVE, Tajo, hBase, MariaDB,
...
Set interpreter

How to Use

You can merge this pull request into a Git repository by running:
$ git pull https://github.com/1teed/incubator-zeppelin master
Alternatively you can review and apply these changes as the patch at:
https://github.com/apache/incubator-zeppelin/pull/60.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 #60
----
commit 4747f8969525890d0507315e93534a0f52f3c1fd
Author: Hyungu Roh <[email protected]>
Date: 2015-05-04T09:56:52Z
Add JDBC Interpreter for Mysql
----
---
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 [email protected] or file a JIRA ticket
with INFRA.
---