Uh oh!
There was an error while loading. Please reload this page.
Added details on using Drill with JDBC Interpreter - #718
Conversation
| ## How to use | ||
| Basically, you can use | ||
| ```%jdbc(drill) |
There was a problem hiding this comment.
AhyoungRyu
commented
Feb 15, 2016
jongyoul
commented
Feb 16, 2016
@Malur Thanks for the documentation, but how about improving JDBC document? It looks good by itself, but basically, because drill is using JDBC interpreter, It looks better to improve the jdbc.md. How about you? |
ramumalur
commented
Feb 16, 2016
@jongyoul Are you talking about adding sections in jdbc.md for configuring different Databases? Wouldn't the JDBC page be too lengthy, if we add all in one page ? How about adding Drill to the Supported Databases section & provide a link to this drill.md from there? |
corneadoug
commented
Feb 16, 2016
@Malur yes adding drill to the supported DB in the JDBC documentation. |
ramumalur
commented
Feb 17, 2016
@corneadoug Sounds good. Also, the step, informing the placement of jars in a folder & updating CLASSPATH, for configuring other drivers doesn't seem to work. What worked for me is placing the jars under ZEPPELIN_HOME/interpreter/jdbc/. Should I raise JIRA or am I missing anything? |
minahlee
commented
Feb 17, 2016
ramumalur
commented
Feb 17, 2016
@minahlee Awesome! |
corneadoug
commented
Feb 17, 2016
LGTM |
jongyoul
commented
Feb 17, 2016
Merging if there's no more discussion |
anthonycorbacho
commented
Feb 17, 2016
👍 |
## What is this PR for? Documentation to configure Drill using JDBC Interpreter ## What type of PR is it? Documentation ## Todos ## Is there a relevant Jira issue? No. But there is related PR: https://issues.apache.org/jira/browse/ZEPPELIN-614 ## How should this be tested? ## Screenshots (if appropriate) ## Questions: Does the licenses files need update? No Is there breaking changes for older versions? No Does this needs documentation? No Author: Ramu Malur <Ramu.Malursr@walmart.com> Closesapache#718 from malur/drill-documentation and squashes the following commits: 0946f5b [Ramu Malur] Merge remote-tracking branch 'apache/master' into drill-documentation 5f94ef2 [Ramu Malur] Updated adbc.md with Drill support 4b6f825 [Ramu Malur] Added details on using Drill with JDBC Interpreter

What is this PR for?
Documentation to configure Drill using JDBC Interpreter
What type of PR is it?
Documentation
Todos
Is there a relevant Jira issue?
No. But there is related PR: https://issues.apache.org/jira/browse/ZEPPELIN-614
How should this be tested?
Screenshots (if appropriate)
Questions:
Does the licenses files need update? No
Is there breaking changes for older versions? No
Does this needs documentation? No