MAPREDUCE-6808. Log map attempts as part of shuffle handler audit log (Contributed by Gergő Pásztor via Daniel Templeton)

This commit is contained in:
Daniel Templeton 2017-01-25 14:30:50 -08:00
parent 9e19f758c1
commit a7463b6c88
1 changed files with 1 additions and 1 deletions

View File

@ -947,7 +947,7 @@ public void messageReceived(ChannelHandlerContext ctx, MessageEvent evt)
// to turn it on please enable this audit log
// on log4j.properties by uncommenting the setting
if (AUDITLOG.isDebugEnabled()) {
AUDITLOG.debug("shuffle for " + jobQ.get(0) +
AUDITLOG.debug("shuffle for " + jobQ.get(0) + " mappers: " + mapIds +
" reducer " + reduceQ.get(0));
}
int reduceId;