y, June 23, 2011 7:25 AM
> *To:* user@hive.apache.org; mapreduce-u...@hadoop.apache.org;
> cdh-u...@cloudera.org
> *Subject:* Resend -> how to load sequence file with decimal data
>
> ** **
>
> ** **
>
> Hi,
> I have a sequence file where The value is text with
-> how to load sequence file with decimal data
Hi,
I have a sequence file where The value is text with delimited data and some
fields are decimal fields.
For eg: decimal(16,6). Sample value : 123.456735.
How do I upload such a sequence file in hive and what shud I give in table
definition
> Hi,
> I have a sequence file where The value is text with delimited data and some
> fields are decimal fields.
> For eg: decimal(16,6). Sample value : 123.456735.
> How do I upload such a sequence file in hive and what shud I give in table
> definition for decimal values as above ?
>
> Thanks