Unable to connect to S3 parquet data using Drill

2016-04-19 Thread Trang Nguyen
Hi, I am having trouble to connect to an Amazon S3 bucket containing parquet files. I followed the instructions on https://drill.apache.org/docs/s3-storage-plugin/ to download jets3_0.9.3 on my Ubuntu VM. My storage configs: { "type": "file", "enabled": true, "connection":

Re: Hangout Anyone?

2016-04-19 Thread Jacques Nadeau
Quick one today: Attendees: Kumiko, Arrina, Jacques, Jason, Vitalli Main topic of discussion was missing column behavior. Jason explained that you can enable union type and use case statements to get exactly the behavior you need. thanks, Jacques -- Jacques Nadeau CTO and Co-Founder, Dremio

Hangout Anyone?

2016-04-19 Thread Jacques Nadeau
https://plus.google.com/hangouts/_/dremio.com/drillhangout?authuser=0 -- Jacques Nadeau CTO and Co-Founder, Dremio

Re: Drill 1.6 on MapR cluster not using extractHeader ?

2016-04-19 Thread Abhishek Girish
One correction: The new text reader is turned on (set to true) by default. I was confused with the doc (which asked user to set the option - but it does mention that the value is true by default). On Mon, Apr 18, 2016 at 11:06 AM, Abhishek Girish wrote: > Firstly, I don't

Re: remotely using drill - is this possible ?

2016-04-19 Thread Andries Engelbrecht
You have to use the Drill ODBC driver. Download it and the configure it. The Drill ODBC driver comes with a very nice tool called Drill Explorer that is pretty handy to view and work with Drill data sources. https://drill.apache.org/docs/installing-the-driver-on-windows/

Re: Setting Admin Users in drill-override.conf

2016-04-19 Thread John Omernik
Thanks Jacques, after reading up on the bootstrap-storage-plugins.json, this would be exactly the type of functionality to address this. I've created a JIRA https://issues.apache.org/jira/browse/DRILL-4619 Have a great day! John On Mon, Apr 18, 2016 at 2:50 PM, Jacques Nadeau