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,
>
>
: 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
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.
>
Hello,
I have following issue.
I have created parquet file through cascading parquet and want to load into
the hive table.
My datafile contain data of type timestamp.
Cascading parquet does not support timestamp data type , so while creating
parquet file I have given as binary type. A