Re: JDBC connection pool

2015-09-29 Thread Abdel Hakim Deneche
This is most likely a bug. I think it's similar to the following bug: https://issues.apache.org/jira/browse/DRILL-3763 Please take a look at it and feel free to add more information to the ticket. Thanks On Tue, Sep 29, 2015 at 2:20 AM, xia wrote: > Hi, everyone, > > >

Fwd: Drill Hangout starting now

2015-09-29 Thread Venki Korukanti
Join us here: https://plus.google.com/hangouts/_/event/ci4rdiju8bv04a64efj5fedd0lc

Re: :querying avro data stored in Hbase through drill

2015-09-29 Thread Amit Hadke
Hi Amandeep, I've put up a (hacked) avro reader udf at https://github.com/dremio/udfs. You can edit AvroDirectRecordReader.java and change DEFAULT_SCHEMA to your avro schema. Once you added avro schema, follow drill's steps