Re: TotalOrdering in Python Streaming?

2013-02-28 Thread Harsh J
Currently, the partitioner supplied for streaming jobs needs to be a java class implementing its features. You can still reuse the TotalOrderPartitioner by passing it as -partitioner perhaps? On Fri, Mar 1, 2013 at 3:32 AM, Periya.Data wrote: > Hi, >I am trying to see if I can implement total

TotalOrdering in Python Streaming?

2013-02-28 Thread Periya.Data
Hi, I am trying to see if I can implement total ordering with Python Streaming. I do not want to use 1 reducer to accomplish my ordering. I came to know that there is a nice TotalOrderPartitioner in Java that is used in regular sort and terasort. Is there something like that in Python which I ca