GitHub user ralphge opened a pull request:

    https://github.com/apache/incubator-zeppelin/pull/954

    [ZEPPELIN-915] New registration mechanism applied to JDBCInterpreter

    ### What is this PR for?
    This PR applies the new interpreter registration mechanism to the 
JDBCInterpreter.
    
    ### What type of PR is it?
    Improvement
    
    ### Todos
    * [x ] - Move interpreter registration properties from static block to 
interpreter-setting.json
    
    ### What is the Jira issue?
    https://issues.apache.org/jira/browse/ZEPPELIN-915
    
    ### How should this be tested?
    1. apply patch
    2. rm -r interpreter/jdbc
    3. mvn clean package -DskipTests -pl jdbc
    4. bin/zeppelin-daemon.sh start
    5. run some paragraph with simple sql queries
    
    ### Screenshots (if appropriate)
    
    ### 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/ralphge/incubator-zeppelin pr915

Alternatively you can review and apply these changes as the patch at:

    https://github.com/apache/incubator-zeppelin/pull/954.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 #954
    
----
commit 63617efe324a60c2cd10db3b6ad58697787a1f07
Author: Ralph Geerkens <ralph.geerk...@rwth-aachen.de>
Date:   2016-06-02T21:10:54Z

    [ZEPPELIN-915] New registration mechanism applied to JDBCInterpreter

----


---
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