YARN-3203. Correct a log message in AuxServices. Contributed by Brahma Reddy Battula.

This commit is contained in:
Tsuyoshi Ozawa 2015-02-16 23:55:58 +09:00
parent ab0b958a52
commit 447bd7b5a6
2 changed files with 4 additions and 1 deletions

View File

@ -295,6 +295,9 @@ Release 2.7.0 - UNRELEASED
YARN-3182. Cleanup switch statement in ApplicationMasterLauncher#handle().
(Ray Chiang via ozawa)
YARN-3203. Correct a log message in AuxServices. (Brahma Reddy Battula
via ozawa)
OPTIMIZATIONS
YARN-2990. FairScheduler's delay-scheduling always waits for node-local and

View File

@ -128,7 +128,7 @@ public class AuxServices extends AbstractService
// TODO better use s.getName()?
if(!sName.equals(s.getName())) {
LOG.warn("The Auxilurary Service named '"+sName+"' in the "
+"configuration is for class "+sClass+" which has "
+"configuration is for "+sClass+" which has "
+"a name of '"+s.getName()+"'. Because these are "
+"not the same tools trying to send ServiceData and read "
+"Service Meta Data may have issues unless the refer to "