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 can use?
Thanks, PD
