|
[
Permlink
| « Hide
]
Amareshwari Sriramadasu added a comment - 09/Jan/09 09:14 AM
Attaching the patch with fix
Patch looks fine.
Patch testing gave [exec] -1 overall. As this patch makes the 2 tests pass, I guess this doesn't need extra testcases to be written. Unit tests also passed on my local machine. This is due to
With
In branch 0.19, ReduceTask.run() does instantiation of class Reducer in the beginning of the method. i.e. before initialize() call, which is not necessary. The patch moves the instantiation of reducer down, where the reducer is actually called i.e. after shuffle and sort. I just committed this. Thanks, Amareshwari!
|
|||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||