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:
parent
803a2aae3f
commit
eec2fd9f74
|
@ -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
|
||||||
|
|
|
@ -964,7 +964,7 @@ abstract public class Task implements Writable, Configurable {
|
||||||
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();
|
||||||
|
|
Loading…
Reference in New Issue