Details
-
Improvement
-
Status: Resolved
-
Major
-
Resolution: Fixed
-
0.23.0
-
None
-
None
-
Incompatible change, Reviewed
-
A partitioner is now only created if there are multiple reducers.
Description
We can avoid the call to the partitioner when the number of reducers is 1.This will avoid the unnecessary computations by the partitioner.
Attachments
Attachments
Issue Links
- incorporates
-
MAPREDUCE-1287 Avoid calling Partitioner with only 1 reducer
- Closed