Netflix / PigPen

Map-Reduce for Clojure
Apache License 2.0
565 stars 55 forks source link

Rank behaves differently in the cluster #90

Open mbossenbroek opened 9 years ago

mbossenbroek commented 9 years ago

From the pig docs:

If two or more tuples tie on the sorting field values, they will receive the same rank.

The local version currently does not do this. It should match the behavior of the cluster, or have an option that only the local mode can do.