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 which will run my flink application then how it will launch the other task managers for flink cluster and utilize them? If anyone can give me an example to follow as a reference then it would be good.
Rahul Raj