argoyal2212 opened a new pull request, #29157: URL: https://github.com/apache/flink/pull/29157
## Summary - Adds an opt-in config, historyserver.yarn.log.enable-custom-url-handlers, so the HistoryServer can generate JobManager/TaskManager log URLs that point directly at the YARN NodeManager container log endpoint (using container id, NodeManager host, and user) instead of the generic placeholder URL. - Falls back to existing GeneratedLogUrlHandler behavior when the flag is unset. ## Testing Done - [x] Local code review completed - [x] Unit tests added for JobManagerLogUrlHandler and TaskManagerLogUrlHandler - [x] mvn test-compile passes for flink-core and flink-runtime - [x] checkstyle:check and spotless:check pass for changed modules -- 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]
