You are viewing a plain text version of this content. The canonical link for it is here.
Posted to mapreduce-user@hadoop.apache.org by Nikoli Dryden <nd...@ndryden.com> on 2015/07/23 01:03:18 UTC

Streaming and the TotalOrderPartitioner

Hi,

Is there a nice way to use the TotalOrderPartitioner through the Hadoop
streaming interface? It can be specified just fine with the -partitioner
option, but I cannot find a way to generate the partition file from
streaming.

Is there a way to generate it from the streaming interface? Or alternately,
is there a way to manually write out the file in the correct format? Or
have I missed something obvious?

I would prefer not to have to use one reducer, as that would be a big
performance limiter in my application.

Thanks,

Nikoli