hey all,
i was wondering if its possible to split up the reduce task amongst more than one machine. i figured it might be possible for the map output to be copied to multiple machines; then each reducer could sort its keys and then combine them into one big sorted output (a la mergesort). does anybody know if there is an in-place mechanism for this?

Reply via email to