No. ChukwaInputFormat is designed to make a sequence file of Chunks look like it's raw log data. You're probably best off explicitly using SequenceFile<ChunkKey,Chunk>.
--Ari On Sat, May 23, 2009 at 10:30 AM, Jiaqi Tan <[email protected]> wrote: > Hi, > > I would like to write a MapReduce program which reads ChukwaRecords > that have been generated by Demux, is there an InputFormat that I > should use? Is ChukwaInputFormat the right one to use? > > Thanks, > Jiaqi > -- Ari Rabkin [email protected] UC Berkeley Computer Science Department
