MAPREDUCE-4165. Committing is misspelled as commiting in task logs (John Eagles via bobby)

git-svn-id: https://svn.apache.org/repos/asf/hadoop/common/branches/branch-2@1328087 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Robert Joseph Evans 2012-04-19 19:33:04 +00:00
parent 803a2aae3f
commit eec2fd9f74
2 changed files with 4 additions and 1 deletions

View File

@ -266,6 +266,9 @@ Release 0.23.3 - UNRELEASED
MAPREDUCE-4159. Job is running in Uber mode after setting MAPREDUCE-4159. Job is running in Uber mode after setting
"mapreduce.job.ubertask.maxreduces" to zero (Devaraj K via bobby) "mapreduce.job.ubertask.maxreduces" to zero (Devaraj K via bobby)
MAPREDUCE-4165. Committing is misspelled as commiting in task logs
(John Eagles via bobby)
Release 0.23.2 - UNRELEASED Release 0.23.2 - UNRELEASED
INCOMPATIBLE CHANGES INCOMPATIBLE CHANGES

View File

@ -964,7 +964,7 @@ public void done(TaskUmbilicalProtocol umbilical,
TaskReporter reporter TaskReporter reporter
) throws IOException, InterruptedException { ) throws IOException, InterruptedException {
LOG.info("Task:" + taskId + " is done." LOG.info("Task:" + taskId + " is done."
+ " And is in the process of commiting"); + " And is in the process of committing");
updateCounters(); updateCounters();
boolean commitRequired = isCommitRequired(); boolean commitRequired = isCommitRequired();