Github user Leemoonsoo commented on the pull request:

    https://github.com/apache/incubator-zeppelin/pull/60#issuecomment-99353415
  
    Thanks for the contribution.
    
    For default value of zeppelin-site.xml, you'll need add JDBCInterpreter to 
zeppelin-zengine/src/main/java/org/apache/conf/ZeppelinConfiguration.java L384, 
ZEPPELIN_INTERPRETERS.
    
    And about mysql dependency in jdbc/pom.xml file, 
    ```
        <dependency>
          <groupId>mysql</groupId>
          <artifactId>mysql-connector-java</artifactId>
          <version>5.1.6</version>
        </dependency>
    ```
    I think the dependency's version is The GNU General Public License, Version 
2 and should not be used.



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