Hi, I looked at the Sort example coming with the source. It does not specify the partitioner function, so I guess HashPartitioner is used. I guess the final result is not fully sorted as results from different reducers are not merged. If this is correct, how should I implement sorting?
Best, -Kevin
