Re: Resource isolation in flink among multiple jobs

Posted by rmetzger0 on
URL: http://deprecated-apache-flink-user-mailing-list-archive.369.s1.nabble.com/Resource-isolation-in-flink-among-multiple-jobs-tp8760p8773.html

Hi,

for isolation, we recommend using YARN, or soon Mesos.

For standalone installations, you'll need to manually set up multiple independent Flink clusters within one physical cluster if you want them to be isolated.

Regards,
Robert


On Mon, Aug 29, 2016 at 1:41 PM, Abhishek Agarwal <[hidden email]> wrote:
In a standalone flink cluster, the TaskManager has multiple slots and can run different applications in different slot but still within same JVM. Given that, two applications are running under same process, how is the cpu and memory isolation achieved? 

Are there any recommendations to achieve isolation between applications? 

--
Regards,
Abhishek Agarwal