Couchbase plugin

2016-03-22 Thread Kumiko Yada
Hello, Is anyone using the Couchbase plugin on github (https://github.com/jacques-n/drill-couchbase-plugin)? This plugin was written 2 years ago. Are there any newer versions? Thanks Kumiko

Re: Couchbase plugin

2016-03-22 Thread Tugdual Grall
Oh I did not know about this one... I started one few month back, still need lot of work but it is a start for latest Couchbase version: https://github.com/tgrall/drill/tree/couchbase-storage-plugin/contrib/storage-couchbase t On Tue, Mar 22, 2016 at 4:41 PM, Kumiko Yada wrote: > Hello, > > I

Hangout Today?

2016-03-22 Thread Zelaine Fong
Are we having one? -- Zelaine

Re: Hangout Today?

2016-03-22 Thread John Omernik
+1 On Tue, Mar 22, 2016 at 12:10 PM, Zelaine Fong wrote: > Are we having one? > > -- Zelaine >

Re: Hangout Today?

2016-03-22 Thread Parth Chandra
Hangout happening at - https://plus.google.com/hangouts/_/event/ci4rdiju8bv04a64efj5fedd0lc On Tue, Mar 22, 2016 at 10:14 AM, John Omernik wrote: > +1 > > On Tue, Mar 22, 2016 at 12:10 PM, Zelaine Fong wrote: > > > Are we having one? > > > > -- Zelaine > > >

Drill & ElasticSearch

2016-03-22 Thread Sharhabeel Hamdan
Hello, In the presentation for Apache Drill at the Big Data Apps meetup you have mentioned that Apache Drill can read from ElasticSearch or it has a storage plugin for that, would you please let me know how that can be done on Apache Drill. Cheers, Sharhabeel Hamdan

Question regarding Drill on top of MS SQL server

2016-03-22 Thread Darshan Singh
Hi Drill Users, I have a MS SQL server and I would like to use the drill. One option is that i query ms sql server and store the data in drill tables on hdfs and then run queries against this. However, I would like to know will it be useful if I start drill on each of the servers where MS SQL se

Re: Question regarding Drill on top of MS SQL server

2016-03-22 Thread Tomer Shiran
There are two separate questions here: 1. Where to run the Drill daemons (drillbits) 2. What data to query with Drill. For example, you could run queries directly against SQL Server tables and potentially join SQL Server tables with JSON/CSV/Parquet files on Hadoop in a single query. O

RE: Drill query does not return all results from HBase

2016-03-22 Thread Kumiko Yada
Thank you for your help, Aditya! We were able to workaround this. We replaced the included hbase client jar in the Drill distributable tarball to workaround the bug in https://issues.apache.org/jira/browse/HBASE-13262. The fix on the client side is in >= 0.98.12. We initially tested with 0.98.1