You are viewing a plain text version of this content. The canonical link for it is here.
Posted to common-user@hadoop.apache.org by Kevin <kl...@gmail.com> on 2008/07/16 00:31:06 UTC

Sorting and partitioner

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