abstractdog commented on pull request #94: URL: https://github.com/apache/tez/pull/94#issuecomment-888056943
nice catch! credentials are already logged in TezChild constructor by: https://github.com/apache/tez/blob/master/tez-runtime-internals/src/main/java/org/apache/tez/runtime/task/TezChild.java#L203 ``` TezCommonUtils.logCredentials(LOG, credentials, "tezChildInit"); ``` wouldn't that be enough? if so, let's just remove this part -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
