Details
-
Feature Request
-
Resolution: Done
-
Major
-
5.2.0.Alpha3
Description
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.