Hi everyone, Is there anyway to sort the "keys" before Reduce but after Map ?
I also think of sorting keys myself in Reduce function, but it might take too
many memory once the number of results getting large.
I am thinking of using some numeric value as "keys" in Reduce (which was
calculate by Map). If it is possible, I could output my results by some orders
easily.
Thanks in advance,
-Kun
