Hi,

Suppose I have a job that uses some native libraries. I can launch
executors using a Docker container and everything is fine.

Now suppose I have some other job that uses some other native libraries
(and let's assume they just can't co-exist in the same docker image), but I
want to execute those on the same cluster.

Is there a way to have executors run in a specified environment (e.g.
docker container), on per-job basis? E.g. such that some executors for one
job are launched with some docker image and other executors belonging to
other jobs are using a different docker image?


/Enno

Reply via email to