EnricoMi opened a new pull request, #45464:
URL: https://github.com/apache/spark/pull/45464

   ### What changes were proposed in this pull request?
   Make Kubernetes resource manager support existing config 
`spark.ui.custom.executor.log.url`.
   
   Allow for
   
       
spark.ui.custom.executor.log.url="https://my.custom.url/logs?app={{APP_ID}}&executor={{EXECUTOR_ID}}";
   
   ### Why are the changes needed?
   Running Spark on Kubernetes requires persisting the logs elsewhere. Having 
the Spark UI link to those logs is very useful. This is currently only 
supported by YARN.
   
   ### Does this PR introduce _any_ user-facing change?
   Spark UI provides links to logs when run on Kubernetes.
   
   ### How was this patch tested?
   Unit test and manually tested on minikube K8S cluster.
   
   ### Was this patch authored or co-authored using generative AI tooling?
   No


-- 
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]

Reply via email to