ajithme opened a new pull request #27016: [SPARK-30360] Redact classpath entries in Spark UI URL: https://github.com/apache/spark/pull/27016 Currently SPARK history server display the classpath entries in the Environment tab with classpaths redacted, this is because EventLog file has the entry values redacted while writing. But when same is seen from a running application UI, its seen that it is not redacted. ### What changes were proposed in this pull request? EnvironmentPage can redact the classpath entries before display. ### Why are the changes needed? Redaction is needed from security view and to keep behaviour consistent between history server and application UI ### Does this PR introduce any user-facing change? NO ### How was this patch tested? Tested manually to verify on UI
---------------------------------------------------------------- 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] With regards, Apache Git Services --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
