Zeppelin JDBC Interpreter to Apache Drill

2016-08-15 Thread Kevin Verhoeven
Does anyone have experience connecting Zeppelin to Apache Drill? Are there instructions I can follow to configure an Interpreter to connect to Drill? We would like to use Zeppelin reports based around Drill queries. I found stories in Git based on adding Drill as a jdbc Interpreter but I can't f

RE: Drill JDBC Interpreter: Connection Refused

2016-07-28 Thread Kevin Verhoeven
this help, Jongyoul On Thu, Jul 28, 2016 at 7:56 AM, Kevin Verhoeven mailto:kevin.verhoe...@ds-iq.com>> wrote: I have the same problem. I am running Zeppelin version 0.6.0 and Drill 1.5. When I attempt a Drill query from Zeppelin I receive a "Connection refused" error. Th

RE: Drill JDBC Interpreter: Connection Refused

2016-07-27 Thread Kevin Verhoeven
I have the same problem. I am running Zeppelin version 0.6.0 and Drill 1.5. When I attempt a Drill query from Zeppelin I receive a "Connection refused" error. The query works successfully in Drill. My Interpreter configurations: default.url: jdbc:drill:zk=myServerName:8121/drill/drillbits1 defau

RE: Cannot use Hive Interpreter in Zeppelin 0.6.0 - Hive class java.lang.ClassNotFoundException

2016-07-25 Thread Kevin Verhoeven
specfiy the following 2 dependencies, see the doc here http://zeppelin.apache.org/docs/0.6.0/interpreter/hive.html org.apache.hive:hive-jdbc:0.14.0 org.apache.hadoop:hadoop-common:2.6.0 On Tue, Jul 26, 2016 at 7:30 AM, Kevin Verhoeven mailto:kevin.verhoe...@ds-iq.com>> wrote: I built Ze

Cannot use Hive Interpreter in Zeppelin 0.6.0 - Hive class java.lang.ClassNotFoundException

2016-07-25 Thread Kevin Verhoeven
I built Zeppelin 0.6.0 against CDH 5.7.1 using the following command: sudo mvn clean package -Pspark-1.6 -Dhadoop.version=2.6.0-cdh5.7.1 -Phadoop-2.6 -Pvendor-repo –DskipTests Zeppelin started successfully. I then created an Interpreter for Hive using the Jdbc Interpreter. I created a new Noteb

Zeppelin 0.6 Release Date

2016-07-05 Thread Kevin Verhoeven
Hi, Is there a release date for Zeppelin 0.6? Thanks, Kevin