Re: issue while reading parquet file in hive

2015-08-06 Thread Sergio Pena
t; > Thanks, > Santlal J. Gupta > > -Original Message- > From: Sergio Pena [mailto:sergio.p...@cloudera.com] > Sent: Wednesday, August 5, 2015 11:00 PM > To: dev@hive.apache.org > Subject: Re: issue while reading parquet file in hive > > Hi Santlal, > >

RE: issue while reading parquet file in hive

2015-08-05 Thread Santlal J Gupta
: dev@hive.apache.org Subject: Re: issue while reading parquet file in hive Hi Santlal, Hive uses parquet int96 type to write and read timestamps. Probably the error is because of that. You can try with int96 instead of binary. - Sergio On Tue, Jul 21, 2015 at 1:54 AM, Santlal J Gupta < sa

Re: issue while reading parquet file in hive

2015-08-05 Thread Sergio Pena
Hi Santlal, Hive uses parquet int96 type to write and read timestamps. Probably the error is because of that. You can try with int96 instead of binary. - Sergio On Tue, Jul 21, 2015 at 1:54 AM, Santlal J Gupta < santlal.gu...@bitwiseglobal.com> wrote: > Hello, > > > > I have following issue. >