akiyamaneko opened a new pull request #30446: URL: https://github.com/apache/spark/pull/30446
### What changes were proposed in this pull request? To make sure the sensitive attributes to be redacted in the history server log. ### Why are the changes needed? There are many event types in spark application, such as *SparkListenerEnvironmentUpdate*, *SparkListenerJobStart*, *SparkListenerStageSubmitted *etc. sensitive attributes in `SparkListenerEnvironmentUpdate` looks well like '********(redacted)' but these attributes in SparkListenerJobStart and SparkListenerStageSubmitted events would not been redated, resulting in sensitive attributes be viewd directly. ### Does this PR introduce _any_ user-facing change? no ### How was this patch tested? ut ---------------------------------------------------------------- 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. For queries about this service, please contact Infrastructure at: [email protected] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
