Re: Mixed use workloads in Mesos 0.25 agents/slaves

2016-02-27 Thread Guangya Liu
Hi Krish, Can you please show more how did you do the test? Are you failing when start slave or failed to run mesos-execute? Just check code of 0.24.1, found that the mesos slave does support both containerized (docker) & non-containerized workloads running at the same time, please refer to

Re: Mixed use workloads in Mesos 0.25 agents/slaves

2016-02-27 Thread Krish
Well, I tried both. But the help that is printed contains no containerizer or containerizers field. On Saturday 27 February 2016, wrote: > The flag name is --containerizers (plural) > > HTH, > -- > Connor > > On Feb 27, 2016, at 08:54, Krish

Re: Mixed use workloads in Mesos 0.25 agents/slaves

2016-02-27 Thread connor . p . d
The flag name is --containerizers (plural) HTH, -- Connor > On Feb 27, 2016, at 08:54, Krish wrote: > > Thanks Guangya for your help. > > Unfortunately, something seems to be wrong. I get the error that the > 'containerizer' is not supported: "Failed to load

Re: Mixed use workloads in Mesos 0.25 agents/slaves

2016-02-27 Thread Krish
Thanks Guangya for your help. Unfortunately, something seems to be wrong. I get the error that the 'containerizer' is not supported: "Failed to load unknown flag 'containerizer'" I am using mesos-0.24.1. I am trying to run a hello-docker aurora (v0.11) job using docker containerizer. --

Re: Question regarding docker containerizer

2016-02-27 Thread Pradeep Chhetri
Thank you Guangya, that perfectly answers my doubt. On Sat, Feb 27, 2016 at 8:15 AM, Guangya Liu wrote: > The Docker Executor was also managed by Mesos itself, you can refer to > https://github.com/apache/mesos/blob/master/src/slave/containerizer/docker.cpp#L1197 > , the

Re: How did the mesos master detect the disconnect of a framework (scheduler)

2016-02-27 Thread haosdent
Joseph's explanation quite detail. On Feb 27, 2016 3:33 AM, "Joseph Wu" wrote: > Here's a brief(?) run-down: > >1. > > https://github.com/apache/mesos/blob/4376803007446b949840d53945547d8a61b91339/src/master/master.cpp#L5739-L5748 > >