Class Generator
We have 2 Reduce Tasks Limit = TopN / 2; Generator.Selector.Reduce for first task receive all K,V pairs from maps, but select only half of them (work limit) Generator.Selector.Reduce for second task doesn't receive pairs at all! In result on output we have half of mapped pairs! This is bug? Or I'm don't understand something?
