dongjoon-hyun opened a new pull request, #56599: URL: https://github.com/apache/spark/pull/56599
### What changes were proposed in this pull request? In `YarnShuffleService.initializeApplication`, when the application data fails to parse, the warning logged the entire `payload`. This PR logs only the application ID instead. ### Why are the changes needed? With `spark.authenticate` enabled, the default code path sends the raw shuffle secret as the `payload`, so the warning logged the secret in plaintext to the NodeManager logs. ### Does this PR introduce _any_ user-facing change? No. ### How was this patch tested? `build/sbt -Pyarn network-yarn/compile`. ### Was this patch authored or co-authored using generative AI tooling? Yes. Generated-by: Claude Code (Claude Opus 4.8) -- 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] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
