Hi, in the Reducer, I take each map and break its value into three pieces: binary piece, text piece, and a descriptor. I want to collect the binary pieces all in one output zip file, the text pieces in another output zip file, and the descriptors in an output text file. How do I use MultipleTextOutputFormat to accomplish this?
Thank you, Mark
