Hi Stephan,Fabian
Thank you for your reply! I will run the flink on yarn actually . It is
feasible to isolate different tasks in one job by starting new yarn session.
And it means every job will have a yarn seesion, and one taskManager just has
one slot. If I want to run all jobs in one
As Fabian suggested, YARN is a good way to go for isolation (it actually
isolates more than a JVM, which is very nice).
Here are some additional things you can do:
- For isolation between parallel tasks (within a job), start your YARN
job such that each TaskManager has one slot, and start many