On Thu, Feb 17, 2011 at 5:48 PM, Karthik <karthik_...@yahoo.com> wrote: > I have a requirement to support data from the SequenceFile "KEY" (not the > "VALUE") to be used by Hive table. How can I do this. From the code, it > looks like the "VALUE" part is available for Hive. Please help. > > Regards. > > ________________________________ > From: Mapred Learn <mapred.le...@gmail.com> > To: "user@hive.apache.org" <user@hive.apache.org> > Cc: "user@hive.apache.org" <user@hive.apache.org> > Sent: Thu, February 17, 2011 1:48:07 PM > Subject: Re: does hive support Sequence File format ? > > Thanks Ted ! > Just found it few minutes ago. > On Feb 17, 2011, at 1:46 PM, Ted Yu <yuzhih...@gmail.com> wrote: > > Look under > http://wiki.apache.org/hadoop/Hive/LanguageManual/DDL#Create_Table > > On Thu, Feb 17, 2011 at 12:00 PM, Mapred Learn <mapred.le...@gmail.com> > wrote: >> >> Hi, >> I was wondering if hive supports Sequence File format. If yes, could me >> point me to some documentation about how to use Seq files in hive. >> >> Thanks, >> -JJ >
This has come up two or three times on the ML. It can be done with InputFormats. Edward