|
|
-
Re: text file to sequence fileMohammad Tariq 2012-08-08, 15:52
Hello Harit,
SequenceFile is a flat file consisting of binary key/value pairs. Since, our data is already is in key/value format it is highly efficient to run MapReduce jobs on these files. You can get complete info here - http://wiki.apache.org/hadoop/SequenceFile/ Regards, Mohammad Tariq On Wed, Aug 8, 2012 at 9:20 PM, Harit Himanshu <[EMAIL PROTECTED]> wrote: > quick question, what is sequence file? > > On Aug 8, 2012, at 8:13 AM, Bejoy KS wrote: > > If you have large number of files and using MapReduce to do the conversion > to Sequence Files, set the output format of the MR job as > SequenceFileOutputFormat. > Regards > Bejoy KS > > Sent from handheld, please excuse typos. > ________________________________ > From: Flavio Dias <[EMAIL PROTECTED]> > Date: Wed, 8 Aug 2012 09:43:26 -0300 > To: <[EMAIL PROTECTED]> > ReplyTo: [EMAIL PROTECTED] > Subject: text file to sequence file > > My text file works with one line per record with numerical data. How do I > convert this text file to sequence file? > > -- > Flávio Dias > [EMAIL PROTECTED] > > |