Re: Flink Job on Docker on Mesos cluster

2017-09-26 Thread Stefan Richter
Hi, I think what you need to have is a docker image that can spawn task managers as entry points. Please take a look at this project which gives some more detailed explanation: https://github.com/mesoshq/flink In particular, take a look at the shell script

Flink Job on Docker on Mesos cluster

2017-09-25 Thread Rahul Raj
Hi All, I am working on a project which involves running flink jobs on docker containers on Mesos cluster. But I am failing to understand how docker& flink will work on Mesos cluster. Can anyone explain me how Flink cluster will run on docker containers on Mesos? If I create a docker image