Details
-
Improvement
-
Status: Open
-
Minor
-
Resolution: Unresolved
-
3.5.0, 4.0.0
-
None
-
None
Description
If you have an Spark docker tag (like say 3.3) you might want to update the container but only for newly launched jobs not existing jobs. To allow this we can resolve the tag to hash at launch time.
In some environments this may also offer a small performance improvement as it saves K8s from having to re-resolve the tag with additional executor launches.