merge -r 1327232:1327233 from trunk. FIXES: MAPREDUCE-4160

git-svn-id: https://svn.apache.org/repos/asf/hadoop/common/branches/branch-2@1327234 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Thomas Graves 2012-04-17 19:23:01 +00:00
parent ab8ea1db58
commit 7fec5b7d94
2 changed files with 4 additions and 1 deletions

View File

@ -246,6 +246,9 @@ Release 0.23.3 - UNRELEASED
MAPREDUCE-4156. ant build fails compiling JobInProgress (tgraves)
MAPREDUCE-4160. some mrv1 ant tests fail with timeout - due to 4156
(tgraves)
Release 0.23.2 - UNRELEASED
INCOMPATIBLE CHANGES

View File

@ -2710,7 +2710,7 @@ public synchronized boolean completedTask(TaskInProgress tip,
}
TaskFinishedEvent tfe = new TaskFinishedEvent(tip.getTIPId(),
null, tip.getExecFinishTime(), taskType,
statusAttemptID, tip.getExecFinishTime(), taskType,
TaskStatus.State.SUCCEEDED.toString(),
new org.apache.hadoop.mapreduce.Counters(status.getCounters()));