Hi, I want to output two text files from my MapReduce job but I am having trouble understanding how to use the MultipleTextOutputFormat class to do so.
I want to write to the two files depending on the key of each key/value pair. In the Reducer how do I tell it to write the different files? Normally I just do an output.collect(key, val);. Any help would be most appreciated. Thanks, John
