RE: Apache Phoenix integration

2018-02-01 Thread Kunal Khatua
The JDBC storage plugin allows Drill to leverage any SQL system that has JDBC drivers, so it should work. That said, the JDBC storage plugin is a community developed storage plugin, so it might not be fully tested. If you are looking to simply have the Phoenix JDBC driver bundled into the

Re: Fw: Re: drill in 10 minutes tutorial problem with osx

2018-02-01 Thread Sorabh Hamirwasia
Hi Paul, The reason we are picking *org.apache* instead of *oadd.org.apache *is because using Sqlline when we search for Drilver class, it finds it first inside *jars/drill-jdbc-1.12.0.jar* instead of *jars/jdbc-driver/drill-jdbc-all-1.12.0.jar* hence it loads all the classes inside the org.apache

Re: No FileSystem for scheme: maprfs

2018-02-01 Thread Abhishek Girish
Hey, Images haven't come through (usually attachments aren't supported in mailing lists). Can you please find another way of sharing them? Also, can you share how you deployed Drill - did you build from source or download packages from MapR? The message usually means your DFS storage plugin is

No FileSystem for scheme: maprfs

2018-02-01 Thread Willian Ribeiro
Good morning, I've tried a lot of suggestions for this error, but i couldn't find any solution for my problem. - I have a mapr cluster with hive tables in it. - I need to use the Drill to query those tables outside the cluster. - I have a CentOS VM configured with distributed Drill but as

Apache Phoenix integration

2018-02-01 Thread Flavio Pompermaier
Hi all, looking at https://drill.apache.org/docs/apache-drill-contribution-ideas/ it seems that Apache Phoenix is not integrated with Drill right now. In theory the integration should be quite straightforward using the JDBC Phoenix connector, isn't it? Right now there are just a few problem of

Re: Drill 1.12 and OpenTSDB

2018-02-01 Thread Sanel Zukan
Thanks! Best, Sanel Arina Yelchiyeva writes: > Hi Sanel, > > this is a bug. Fix was prepared and will be merged soon into the master. > > [1] https://issues.apache.org/jira/browse/DRILL-6119 > [2] https://github.com/apache/drill/pull/1102 > > Kind regards > Arina > >

Re: Drill 1.12 and OpenTSDB

2018-02-01 Thread Arina Yelchiyeva
Hi Sanel, this is a bug. Fix was prepared and will be merged soon into the master. [1] https://issues.apache.org/jira/browse/DRILL-6119 [2] https://github.com/apache/drill/pull/1102 Kind regards Arina On Thu, Feb 1, 2018 at 3:56 PM, Sanel Zukan wrote: > Hi, > > I've noticed

Drill 1.12 and OpenTSDB

2018-02-01 Thread Sanel Zukan
Hi, I've noticed that 1.12 version got support for OpenTSDB storage plugin, but I'm still failing to register it. Here are the steps I've tried: 1. Run it with local zookeeper: bin/sqlline -u jdbc:drill:zk=local 2. From http://drill.apache.org/blog/2017/12/15/drill-1.12-released/ I tried to