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
    
    
![1](https://cloud.githubusercontent.com/assets/4284583/7451786/c3b44b10-f28f-11e4-8332-fe9133fe8f06.PNG)
    
    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
    ![2015-05-04 18 47 
59](https://cloud.githubusercontent.com/assets/4284583/7451794/e48ec89c-f28f-11e4-8318-cc060061d320.PNG)
    
    How  to Use
    ![2015-05-04 19 02 
27](https://cloud.githubusercontent.com/assets/4284583/7451821/2bf1ad6c-f290-11e4-872a-2936baf9f139.PNG)

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 <hyungu....@navercorp.com>
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 infrastruct...@apache.org or file a JIRA ticket
with INFRA.
---

Reply via email to