git-svn-id: https://svn.apache.org/repos/asf/lucene/hadoop/trunk@408788 13f79535-47bb-0310-9956-ffa450edef68
@@ -799,7 +799,7 @@ public class JobTracker implements MRConstants, InterTrackerProtocol, JobSubmiss
result.add(new MapOutputLocation(status.getTaskId(),
mapTasksNeeded[i],
tracker.getHost(),
- tracker.getHttpPort()));
+ tracker.getPort()));
}
return (MapOutputLocation[])