abstractdog edited a comment 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 this be enough? not 100% in line with hadoop, but adds a useful 
small context message
   


-- 
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]


Reply via email to