Re: S3 Storage Plugin - IAM roles support

2018-09-17 Thread Nitin S
Hi , I did try that before and it did not work. I was not able to find it in the documentation Thanks Nitin On Mon, Sep 17, 2018 at 3:37 PM Khurram Faraaz wrote: > Hi Nitin, > > You can read the details from here - > http://drill-user.incubator.apache.narkive.com/mP5GE7fq/s3-using-iam-roles >

Re: S3 Storage Plugin - IAM roles support

2018-09-17 Thread Khurram Faraaz
Hi Nitin, You can read the details from here - http://drill-user.incubator.apache.narkive.com/mP5GE7fq/s3-using-iam-roles A drill user hit the same issue in the past and he has documented the steps for others to benefit. Hope that helps. Regards, Khurram On Mon, Sep 17, 2018 at 2:20 PM, Nitin S

Drill Hangout tomorrow 09/18

2018-09-17 Thread Jyothsna Reddy
The Apache Drill Hangout will be held tomorrow at 10:00am PST; please let us know should you have a topic for tomorrow's hangout. We will also ask for topics at the beginning of the hangout. Hangout Link - https://hangouts.google.com/hangouts/_/event/ci4rdiju8bv04a64efj5fedd0lc Thank you, Jyothsn

S3 Storage Plugin - IAM roles support

2018-09-17 Thread Nitin S
Hello, I am trying to setup drill in distributed mode and access some parquet files in S3. The instructions here: https://drill.apache.org/docs/s3-storage-plugin/ do not provide any info on what to do if we are using IAM roles for S3 (instead of static keys) Kindly advise how to set that up. Th

Re: Long running query succeeds but UI times out?

2018-09-17 Thread Kunal Khatua
Hi James The problem you're describing could be due to multiple factors. Typically, browsers don't specify a timeout for a request it sends to the server (Amazon, in this case), but it can be safe to assume that it is reasonably long. You said that things work great for small scale data or simp

trim special character in table column

2018-09-17 Thread Divya Gehlot
Hi, I am using Drill 1.10 My apologies if My query is naive . One of the table column field has special character like '/' when I am doing RTRIM on it to just get the data before the '/' , it's not working :( Appreciate if anybody know how it works in Apache Drill ! Thanks, Divya