YARN-4387. Fix typo in FairScheduler log message. Contributed by Xin Wang.

This commit is contained in:
Tsuyoshi Ozawa 2015-11-24 17:35:38 +09:00
parent 8c0133f3d4
commit 28dfe721b8
2 changed files with 3 additions and 1 deletions

View File

@ -1064,6 +1064,8 @@ Release 2.8.0 - UNRELEASED
YARN-4298. Fix findbugs warnings in hadoop-yarn-common.
(Sunil G via aajisaka)
YARN-4387. Fix typo in FairScheduler log message. (Xin Wang via ozawa)
Release 2.7.3 - UNRELEASED
INCOMPATIBLE CHANGES

View File

@ -500,7 +500,7 @@ public class FairScheduler extends
// containers on the RMNode (see SchedulerNode.releaseContainer()).
completedContainer(container, status, RMContainerEventType.KILL);
LOG.info("Killing container" + container +
" (after waiting for premption for " +
" (after waiting for preemption for " +
(getClock().getTime() - time) + "ms)");
}
} else {