dongjoon-hyun opened a new pull request, #58930: URL: https://github.com/apache/spark/pull/58930
### What changes were proposed in this pull request? This PR aims to check `spark.kubernetes.driver.pod.name` before creating a Kubernetes client in `SparkKubernetesDiagnosticsSetter`, instead of after. ### Why are the changes needed? The driver pod name is required to patch the `spark.exit-exception` annotation, and it is unset in a client deploy mode submission. In that case, the current code creates a Kubernetes client and closes it without patching anything. ### Does this PR introduce _any_ user-facing change? No. ### How was this patch tested? Pass the CIs with the newly added test case. ### Was this patch authored or co-authored using generative AI tooling? Generated-by: Claude Opus 5 -- 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]
