You are viewing a plain text version of this content. The canonical link for it is here.
Posted to common-user@hadoop.apache.org by Massoud Mazar <Ma...@avg.com> on 2010/02/24 00:40:58 UTC

applying MAPREDUCE-318 to 0.20.1

Is there a patch that I can apply to my 0.20.1 cluster that fixes issue reported by Scott Carey:

Comment out or delete the line:
break; //we have a map from this host
in ReduceOutput.java in ReduceCopier.fetchOutputs()
- line 1804 in 0.19.2-dev, 1911 on 0.20.1-dev and line 1954 currently on trunk.
Thanks