I currently have a MR task that reads a SequenceFile via the map method
to output some data.

My goal is to output some data to MySQL but I'd like to read several
records before doing the INSERT.

But I can't figure out how to get several records...
They all have different keys so the reduce task only gets one at a time.


Thanks for any help!

Reply via email to