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
