Re: Resend -> how to load sequence file with decimal data

2011-06-27 Thread Mapred Learn
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

RE: Resend -> how to load sequence file with decimal data

2011-06-24 Thread Steven Wong
-> 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

Resend -> how to load sequence file with decimal data

2011-06-23 Thread Mapred Learn
> 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