-
Enhancement
-
Resolution: Done
-
Major
-
5.2.0.Final
In our current implementation of Map/Reduce, Mapper and Reducer tasks executed on remote JVMs load and process key/values serially on a single thread. Where and if possible we should use executors to process keys/values in parallel.