Re: Containerizers & Executors

2017-07-31 Thread Thodoris Zois
Hello, Thank you for your response, but i am still a bit confused. What Mesos containerizer does? What is the point of a containerizer? Can commandExecutor launch a group of tasks? And finally is there any default executor used in tests so i can see an example? I guess that custom executor

Re: Containerizers & Executors

2017-07-30 Thread Vinod Kone
See my answers inline. > 1. Mesos Containerizer > - posix isolators > - cgroups isolators > Mesos container also allows you to use custom isolators. > 2. Docker containerizer > - docker isolators > Docker containerizer doesn't have a concept of isolator(s).

Containerizers & Executors

2017-07-28 Thread Thodoris Zois
Hello, I am trying to understand some basic components of Mesos and i have made some notes corresponding to my conclusion. If somebody could check this out and review them, or can provide me some more information about the specific topic i would be thankful. Below you will find my notes. -