Repository: incubator-zeppelin Updated Branches: refs/heads/master a283dfa87 -> ab621da04
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 Author: Ramu Malur <[email protected]> Closes #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 Project: http://git-wip-us.apache.org/repos/asf/incubator-zeppelin/repo Commit: http://git-wip-us.apache.org/repos/asf/incubator-zeppelin/commit/ab621da0 Tree: http://git-wip-us.apache.org/repos/asf/incubator-zeppelin/tree/ab621da0 Diff: http://git-wip-us.apache.org/repos/asf/incubator-zeppelin/diff/ab621da0 Branch: refs/heads/master Commit: ab621da04949977d33d39b705dbedaf6645779d6 Parents: a283dfa Author: Ramu Malur <[email protected]> Authored: Wed Feb 17 12:22:01 2016 +0530 Committer: Jongyoul Lee <[email protected]> Committed: Fri Feb 19 08:40:33 2016 +0900 ---------------------------------------------------------------------- docs/interpreter/jdbc.md | 2 ++ 1 file changed, 2 insertions(+) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/incubator-zeppelin/blob/ab621da0/docs/interpreter/jdbc.md ---------------------------------------------------------------------- diff --git a/docs/interpreter/jdbc.md b/docs/interpreter/jdbc.md index 1099f69..65edded 100644 --- a/docs/interpreter/jdbc.md +++ b/docs/interpreter/jdbc.md @@ -16,6 +16,8 @@ This interpreter lets you create a JDBC connection to any data source, by now it * MariaDB * Redshift * Hive +* Apache Drill + * Details on using [Drill JDBC Driver](https://drill.apache.org/docs/using-the-jdbc-driver) If someone else used another database please report how it works to improve functionality.
