DHKold opened a new pull request, #40491: URL: https://github.com/apache/spark/pull/40491
### What changes were proposed in this pull request? When using the Spark Kubernetes library to launch multiple jobs, the name for the config maps is only generated once, meaning all jobs will try to use the same one. This results in an error. Relates issue: https://github.com/apache/spark/pull/38574 This PR makes the name of the config-maps dynamic so that each run gets its own. Relate Unit Tests have been updated to take the change into account. ### Why are the changes needed? The change is needed to allow launching multiple jobs using the Spark Kubernetes library. ### Does this PR introduce _any_ user-facing change? No ### How was this patch tested? The fixed library has been tested on a private K8S cluster to ensure we can launch multiple jobs with the config maps getting different names. -- 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: reviews-unsubscr...@spark.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org --------------------------------------------------------------------- To unsubscribe, e-mail: reviews-unsubscr...@spark.apache.org For additional commands, e-mail: reviews-h...@spark.apache.org