vanzin commented on a change in pull request #23260: [SPARK-26311][CORE] New feature: apply custom log URL pattern for executor log URLs in SHS URL: https://github.com/apache/spark/pull/23260#discussion_r251158935
########## File path: docs/running-on-yarn.md ########## @@ -472,6 +472,36 @@ To use a custom metrics.properties for the application master and executors, upd </tr> </table> +#### Available patterns for SHS custom executor log URL + +<table class="table"> Review comment: Hmm, it would be useful to have that if only to have a simple, "built in" use case for this. The SHS could point directly to the JHS and then NMs can be decomissioned without breaking the link. YARN could record `NM_HTTP_ADDRESS` and `NM_IPC_ADDRESS`, for example. (Note the name change from your existing name.) ---------------------------------------------------------------- This is an automated message from the Apache Git Service. To respond to the message, please log on 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]
