yarn session: one JVM per task

Posted by aldu29 on
URL: http://deprecated-apache-flink-user-mailing-list-archive.369.s1.nabble.com/yarn-session-one-JVM-per-task-tp33014.html

Hi,
My app is based on a lib that is not thread safe (yet...).
In waiting of the patch has been pushed, how can I be sure that my Sink that uses this lib is in one JVM ?
Context: I use one Yarn session and send my Flink jobs to this session

Regards,
David