Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[SPARK-23133][K8S] Fix passing java options to Executor
Pass through spark java options to the executor in context of docker image. Closes #20296 andrusha: Deployed two version of containers to local k8s, checked that java options were present in the updated image on the running executor. Manual test Author: Andrew Korzhuev <[email protected]> Closes #20322 from foxish/patch-1.
- Loading branch information