Thank you, MultipleOutputFormat is sufficient. Mark On Thu, Jul 23, 2009 at 12:24 AM, Amogh Vasekar <[email protected]> wrote:
> Does MultipleOutputFormat suffice? > > Cheers! > Amogh > > -----Original Message----- > From: Mark Kerzner [mailto:[email protected]] > Sent: Thursday, July 23, 2009 6:24 AM > To: [email protected] > Subject: Output of a Reducer as a zip file? > > Hi, > my output consists of a number of binary files, corresponding text files, > and one descriptor file. Is there a way to for my reducer to produce a zip > of all binary files, another zip of all text ones, and a separate text > descriptor? If not, how close to this can I get? For example, I could code > the binary and the text into one text line of an output file, but then I > would need some additional processing. > > Thank you, > Mark >
