MAPREDUCE-6808. Log map attempts as part of shuffle handler audit log (Contributed by Gergő Pásztor via Daniel Templeton)
(cherry picked from commit a7463b6c88f698950a2f326030261001aa51b35e)
This commit is contained in:
parent
b8d86bb535
commit
b1e1f7546c
@ -927,7 +927,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;
|
||||
|
Loading…
x
Reference in New Issue
Block a user