Description
found a parameter in haddop-default.xml that seems not to be used anymore in the java code : mapred.task.tracker.output.port.
I've done a grep "mapred.task.tracker.output.port" */.java (thanks zsh) in the whole source tree and the only result was :
src/test/org/apache/hadoop/mapred/MiniMRCluster.java: jc.setInt("mapred.task.tracker.output.port", taskTrackerPort++);
I think it should be removed from hadoop-default.xml