-
Notifications
You must be signed in to change notification settings - Fork 440
TEZ-4274: Log Credential Tokens #94
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
|
Was accidentally dropped as part of TEZ-2176. MapReduce logs credentials with this message. ""Executing with tokens: {}", credentials.getAllTokens()" I wonder if we want to Update the message to better reflect purpose. |
|
What message would that be? Happy to update it. |
|
I wasn't clear in my last reply. MAPREDUCE-6971 simplified the way logging is done. In Tez we prefer to log credentials only in debug, but the concept is the same. TezChild was modeled after YarnChild, so it may make sense to adopt similar change. As show in the link below. |
|
@jteagles Updated as requested. Thanks! |
|
💔 -1 overall
This message was automatically generated. |
|
nice catch! credentials are already logged in TezChild constructor by: wouldn't this be enough? not 100% in line with hadoop, but adds a useful small context message |
|
💔 -1 overall
This message was automatically generated. |
|
Thanks, @abstractdog. I totally missed this change. @belugabehr is the current credential logging enough for your needs? |
|
Sorry, the above message was from me. |
|
closing this as housekeeping, please reopen if needed |
No description provided.