GoogleCloudPlatform / appengine-mapreduce

A library for running MapReduce jobs on App Engine
https://github.com/GoogleCloudPlatform/appengine-mapreduce/wiki/1-MapReduce
Apache License 2.0
234 stars 109 forks source link

Integer keys #93

Open mayankbhagya opened 8 years ago

mayankbhagya commented 8 years ago

The shuffle stage uses a lexicographical sort.

Any way to change this to a numeric sort?