Re: Exception while reading parquet data

2017-10-16 Thread Parth Chandra
t; > > Also share the details of the hardware setup... #nodes, Hadoop version, > > etc. > > > > > > -----Original Message- > > From: PROJJWAL SAHA [mailto:proj.s...@gmail.com] > > Sent: Sunday, October 15, 2017 8:07 AM > > To: user@drill.

Re: Exception while reading parquet data

2017-10-16 Thread PROJJWAL SAHA
oj.s...@gmail.com] > Sent: Sunday, October 15, 2017 8:07 AM > To: user@drill.apache.org > Subject: Re: Exception while reading parquet data > > Is there any place where I can upload the 12MB parquet data. I am not able > to send the file through mail to the user group. > > On T

RE: Exception while reading parquet data

2017-10-15 Thread Kunal Khatua
- From: PROJJWAL SAHA [mailto:proj.s...@gmail.com] Sent: Sunday, October 15, 2017 8:07 AM To: user@drill.apache.org Subject: Re: Exception while reading parquet data Is there any place where I can upload the 12MB parquet data. I am not able to send the file through mail to the user group

Re: Exception while reading parquet data

2017-10-15 Thread PROJJWAL SAHA
.0.jar:1.11.0] > > at org.apache.drill.exec.store.parquet.columnreaders. > > NullableColumnReader.processPages(NullableColumnReader.java:69) > > ~[drill-java-exec-1.11.0.jar:1.11.0] > > at org.apache.drill.exec.store.parquet.columnreaders. > BatchReader. > >

Re: Exception while reading parquet data

2017-10-12 Thread Parth Chandra
61 common frames omitted > Caused by: java.lang.IndexOutOfBoundsException: null > at java.nio.Buffer.checkBounds(Buffer.java:567) ~[na:1.8.0_121] > at java.nio.ByteBuffer.put(ByteBuffer.java:827) ~[na:1.8.0_121] > at java.nio.DirectByteBuffer.put(Dir

Re: Exception while reading parquet data

2017-10-12 Thread PROJJWAL SAHA
e2-5e2c-29b48c0194c0:0:0: State change requested FAILED --> FINISHED 2017-10-12 04:19:50,533 [BitServer-2] WARN o.a.drill.exec.work.foreman.Foreman - Dropping request to move to COMPLETED state as query is already at FAILED state (which is terminal). 2017

Re: Exception while reading parquet data

2017-10-12 Thread PROJJWAL SAHA
presuming > you're already on the latest (i.e. Apache Drill 1.11.0) > > -Original Message- > From: Arjun kr [mailto:arjun...@outlook.com] > Sent: Wednesday, October 11, 2017 6:52 PM > To: user@drill.apache.org > Subject: Re: Exception while reading parquet data > &g

RE: Exception while reading parquet data

2017-10-11 Thread Kunal Khatua
while reading parquet data Can you try disabling async parquet reader to see if problem gets resolved. alter session set `store.parquet.reader.pagereader.async`=false; Thanks, Arjun From: PROJJWAL SAHA <proj.s...@gmail.com> Sent: Wednesday, October 11

Re: Exception while reading parquet data

2017-10-11 Thread Arjun kr
Can you try disabling async parquet reader to see if problem gets resolved. alter session set `store.parquet.reader.pagereader.async`=false; Thanks, Arjun From: PROJJWAL SAHA Sent: Wednesday, October 11, 2017 2:20 PM To: