On May 6, 2009, at 12:15 PM, Foss User wrote:
Is it possible to sort the intermediate values for each key before they <key, list of values> pair reaches the reducer?
Look at the example SecondarySort.
Also, is it possible to sort the final output <key, value> pairs from reducer before it is written into the HDFS?
No. -- Owen