Hi Ouyang,
If you are focused on kubernetes standalone per-job cluster, i think you
could use the initContainer
to download user jars from remote storage and then copy them to flink
classpath. When the
JobManager and TaskManger container launched, they could use the jars
locally.
If you want to get a more common case, Peter Huang has started another
discussion about this,
"Delayed Job Graph Generation in Yarn Per Job Cluster"[1]. I think you
could join in and try to get a
more common solution, both for Yarn and Kubernetes per-job.
[1].
https://docs.google.com/document/d/1aAwVjdZByA-0CHbgv16Me-vjaaDMCfhX7TzVVTuifYM/edit?ts=5df05a6f#heading=h.be92q3uiam4tBest,
Yang
ouywl <
[hidden email]> 于2019年12月11日周三 下午2:26写道: