Accordiing to http://hadoop.apache.org/common/docs/current/api/org/apache/hadoop/mapreduce/Reducer.html
the reducer copies the sorted output from each Mapper using HTTP across the network.
What port on a node is used for this data transfer? Is it 50060 by default?