Github user Leemoonsoo commented on the pull request:
https://github.com/apache/incubator-zeppelin/pull/60#issuecomment-101519927
@hyonaldo be4b52b changes the mysql dependency version. but it is still
GPLv2 License.
In my understanding, If code is depends on some GPL (depends means more
like can not functioning without it), it can not be included.
And in our case, mysql driver is GPL and this interpreter looks like pretty
much depends on mysql driver.
If i'm right, I think it's better to make JdbcInterpreter completely
independent to mysql.
And then we can make something similar to dependency loader of
sparkinterpreter. so any jdbc driver could be loaded on the fly Instead of
adding them in pom.xml.
Any ideas?
---
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.
---