Removed some logs.
git-svn-id: https://svn.apache.org/repos/asf/hadoop/common/branches/branch-0.23@1304100 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
44322a37c8
commit
708795ba15
|
@ -358,7 +358,8 @@ public class ContainerManagerImpl extends CompositeService implements
|
|||
ContainerId containerID = launchContext.getContainerId();
|
||||
authorizeRequest(containerID, launchContext);
|
||||
|
||||
LOG.info(" container is " + request);
|
||||
LOG.info("Start request for " + launchContext.getContainerId()
|
||||
+ " by user " + launchContext.getUser());
|
||||
|
||||
// //////////// Parse credentials
|
||||
ByteBuffer tokens = launchContext.getContainerTokens();
|
||||
|
|
|
@ -259,7 +259,7 @@ public class ClientRMService extends AbstractService implements
|
|||
.currentTimeMillis()));
|
||||
|
||||
LOG.info("Application with id " + applicationId.getId() +
|
||||
" submitted by user " + user + " with " + submissionContext);
|
||||
" submitted by user " + user);
|
||||
RMAuditLogger.logSuccess(user, AuditConstants.SUBMIT_APP_REQUEST,
|
||||
"ClientRMService", applicationId);
|
||||
} catch (IOException ie) {
|
||||
|
|
Loading…
Reference in New Issue