Uh oh!
There was an error while loading. Please reload this page.
[ZEPPELIN-576] Support Apache Drill Interpreter - #644
Conversation
# Conflicts: # pom.xml
# Conflicts: # conf/zeppelin-site.xml.template
felixcheung
commented
Jan 17, 2016
Previously we have a contribution for Drill interpreter (PR #110) and it seems we have concluded that it should be on top of a generic JDBC interpreter - what you think about that approach? In any case, the use of |
ramumalur
commented
Jan 17, 2016
I looked into the Generic JDBC approach. Looks good.
Drill JDBC driver is Apache 2.0 License. Do we still need to add entry in Licenses folder? I can add it. Please confirm. |
vgmartinez
commented
Jan 17, 2016
Hi @Malur, |
ramumalur
commented
Jan 17, 2016
@vgmartinez, that would be right approach. I will wait for the merge to happen. |
jongyoul
commented
Jan 20, 2016
@Malur Sorry for late reply. In my opinion, JDBCInterpreter can cover this feature. If it's not, please let me know. Otherwise, how about updating docs for using Drill with JDBC? https://github.com/apache/incubator-zeppelin/blob/master/docs/interpreter/hive.md will help you improve docs because the configuration of JDBCInterpreter is based on HiveInterpreter. |
ramumalur
commented
Jan 21, 2016
@jongyoul Sure. I will check the latest code with Drill & Update docs, if needed. |
jongyoul
commented
Jan 26, 2016
@Malur Thanks for positive answer. And could you please close this PR? |
ramumalur
commented
Jan 28, 2016
Closing this PR, as generic JDBC provides the needed functionality. |
tmx11
commented
Feb 1, 2016
Are you using the psql or hive interpreter for this to work? Also presumably we need to copy in the drill-jdbc-all-1.1.0.jar or drill-jdbc-1.1.0.jar into the classpath. Putting the all-jar under zeppelin/lib means the daemon can't start. If only the other one is under lib you get commons-lang3 errors but when putting this under lib also seems to still not find. |
jongyoul
commented
Feb 9, 2016
@tmx11 Hi, could you please those jars under |
smartinsightsfromdata
commented
Feb 10, 2016
ramumalur
commented
Feb 10, 2016
Agreed. |
jongyoul
commented
Feb 10, 2016
@smartinsightsfromdata@Malur I also have a plan to enable customization for specific jdbc driver, for example, completers and dedicated word and so on. Jdbc interpreter will get better. |
ramumalur
commented
Feb 15, 2016
Cool. |
What is this PR for?
Supports Apache Drill Interpreter
What type of PR is it?
Improvement, Feature
Todos
Is there a relevant Jira issue?
Yes. ZEPPELIN-576
How should this be tested?
Choose a new Interpreter and provide the required details, necessary to connect to a running Apache Drill Instance. After which you can start firing Queries
Screenshots (if appropriate)
Questions:
No
No
Yes