Uh oh!
There was an error while loading. Please reload this page.
TEZ-4274: Log Credential Tokens - #94
Conversation
jteagles
commented
Jan 28, 2021
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. |
belugabehr
commented
Jan 28, 2021
What message would that be? Happy to update it. |
jteagles
commented
Jan 28, 2021
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. |
belugabehr
commented
Jul 27, 2021
@jteagles Updated as requested. Thanks! |
hadoop-yetus
commented
Jul 27, 2021
💔 -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 |
hadoop-yetus
commented
Jul 29, 2021
💔 -1 overall
This message was automatically generated. |
tez-yetus
commented
Aug 9, 2021
Thanks, @abstractdog. I totally missed this change. @belugabehr is the current credential logging enough for your needs? |
jteagles
commented
Aug 9, 2021
Sorry, the above message was from me. |
abstractdog
commented
Nov 17, 2022
closing this as housekeeping, please reopen if needed |
No description provided.