Re: Facing issues while reading parquet file in spark 1.2.1

2016-05-26 Thread vaibhav srivastava
Any suggestions? On 25 May 2016 17:25, "vaibhav srivastava" wrote: > Hi, > I am using spark 1.2.1. when I am trying to read a parquet file using SQL > context.parquetFile("path to file") . The parquet file is using > parquethiveserde and input format is

Re: Facing issues while reading parquet file in spark 1.2.1

2016-05-25 Thread Takeshi Yamamuro
Hi, You need to describe more to make others easily understood; what's the version of spark and what's the query you use? // maropu On Wed, May 25, 2016 at 8:27 PM, vaibhav srivastava wrote: > Hi All, > > I am facing below stack traces while reading data from parquet

Facing issues while reading parquet file in spark 1.2.1

2016-05-25 Thread vaibhav srivastava
Hi All, I am facing below stack traces while reading data from parquet file Exception in thread "main" java.lang.ArrayIndexOutOfBoundsException: 7 at parquet.bytes.BytesUtils.bytesToLong(BytesUtils.java:247) at