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();
|
ContainerId containerID = launchContext.getContainerId();
|
||||||
authorizeRequest(containerID, launchContext);
|
authorizeRequest(containerID, launchContext);
|
||||||
|
|
||||||
LOG.info(" container is " + request);
|
LOG.info("Start request for " + launchContext.getContainerId()
|
||||||
|
+ " by user " + launchContext.getUser());
|
||||||
|
|
||||||
// //////////// Parse credentials
|
// //////////// Parse credentials
|
||||||
ByteBuffer tokens = launchContext.getContainerTokens();
|
ByteBuffer tokens = launchContext.getContainerTokens();
|
||||||
|
|
|
@ -259,7 +259,7 @@ public class ClientRMService extends AbstractService implements
|
||||||
.currentTimeMillis()));
|
.currentTimeMillis()));
|
||||||
|
|
||||||
LOG.info("Application with id " + applicationId.getId() +
|
LOG.info("Application with id " + applicationId.getId() +
|
||||||
" submitted by user " + user + " with " + submissionContext);
|
" submitted by user " + user);
|
||||||
RMAuditLogger.logSuccess(user, AuditConstants.SUBMIT_APP_REQUEST,
|
RMAuditLogger.logSuccess(user, AuditConstants.SUBMIT_APP_REQUEST,
|
||||||
"ClientRMService", applicationId);
|
"ClientRMService", applicationId);
|
||||||
} catch (IOException ie) {
|
} catch (IOException ie) {
|
||||||
|
|
Loading…
Reference in New Issue