Does s3 plugin support AWS S3 signature version 4 ?

2017-04-04 Thread Shankar Mane
Quick question here: Does s3 plugin support S3 signature version 4 ? FYI: s3 plugin works in case when region has support for both v2 and v4 signature. Whereas it seems problematic, for regions (eg. ap-south-1) which only has v4 signature version support. regards, shankar

Re: Hangout starting at 10am PST

2017-04-04 Thread Shankar Mane
Quick question here: Does s3 plugin support S3 signature version 4 ? FYI: s3 plugin works when region which has support for both v2 and v4 signature. Whereas it seems problematic, when new regions (eg. ap-south-1) which only has v4 signature version. On Tue, Apr 4, 2017 at 10:28 PM, Aman Sinha

Re: [HANGOUT] Topics for 2017-02-21

2017-02-20 Thread Shankar Mane
any plans to support Hive 2.x line? On 21-Feb-2017 12:40 AM, "Paul Rogers" wrote: > Hi All, > > Our bi-weekly hangout is tomorrow (2017-02-21, 10 AM PT). Please respond > with suggested topics. We will also ask for additional topics at the > beginning of the hangout. > > One topic I’d like to su

Re: [Drill-Questions] Speed difference between GZ and BZ2

2016-08-05 Thread Shankar Mane
times > slower than decompressing gzip compressed files. > You can look at the comparison benchmark here for numbers - > http://tukaani.org/lzma/benchmarks.html > > On Thu, Aug 4, 2016 at 5:13 PM, Shankar Mane > wrote: > > > Please find the query plan for both queries. FYI: I am

Re: [Drill-Questions] Speed difference between GZ and BZ2

2016-08-04 Thread Shankar Mane
uot;selectionRoot" : "hdfs://namenode:9000/tmp/stest-bz2/kafka_3_25-Jul-2016-12a.json.bz2", "cost" : 1148224.0 }, { "pop" : "hash-aggregate", "@id" : 196610, "child" : 196611, "cardinality" : 1.0, &

Re: [Drill-Questions] Speed difference between GZ and BZ2

2016-08-01 Thread Shankar Mane
a format within those .gz and .bz2 files ? It is parquet or > JSON or plain text (CSV) ? > Also, what was this config parameter `store.parquet.compression` set to, > when ypu ran your test ? > > - Khurram > > On Sun, Jul 31, 2016 at 11:17 PM, Shankar Mane > > wrote: > >

Re: [Drill-Questions] Speed difference between GZ and BZ2

2016-07-31 Thread Shankar Mane
Awaiting for response.. On 30-Jul-2016 3:20 PM, "Shankar Mane" wrote: > > I am Comparing Querying speed between GZ and BZ2. > > Below are the 2 files and their sizes (This 2 files have same data): > kafka_3_25-Jul-2016-12a.json.gz = 1.8G > kafka_3_25-Jul-2016-12a.js