Skip to content

Commit

Permalink
Merge pull request #27 from tarnfeld/fix/jobtracker-address-ha
Browse files Browse the repository at this point in the history
Don't set the mapred.job.tracker config option
  • Loading branch information
brndnmtthws committed Jul 19, 2014
2 parents a32727d + 620e9d9 commit be6fe12
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions src/main/java/org/apache/hadoop/mapred/ResourcePolicy.java
Original file line number Diff line number Diff line change
Expand Up @@ -394,9 +394,6 @@ public void resourceOffers(SchedulerDriver schedulerDriver,
// override properties as appropriate for the TaskTracker.
Configuration overrides = new Configuration(scheduler.conf);

overrides.set("mapred.job.tracker",
jobTrackerAddress.getHostName() + ':' + jobTrackerAddress.getPort());

overrides.set("mapred.task.tracker.http.address",
httpAddress.getHostName() + ':' + httpAddress.getPort());

Expand Down

0 comments on commit be6fe12

Please sign in to comment.