Hadoop SecondarySort 0
Hadoop secondary sorting has been a thing I’ve taken advantage of since it was a wee little undocumented side effect of the way the Reduce iterators are broken up. Hadoop’s new mapreduce API has re-jiggered the way you specify your comparators, and because of this I hit a weirdment in the logic that took me [...]