Re: With docker containerizer enabled, How to check whether(or how) mesos successfully running tasks in docker container?

2014-11-29 Thread Tim Chen
Hi Sujinzhao, Your steps s1-s3 are all correct for starting Mesos itself, but you also need a framework that can get offers from Mesos and launch Tasks. The easiest and simplest to use is the example framework that Mesos ship with (mesos-execute), or you can use richer frameworks like Marathon/Ch

Re: Implementing an Executor

2014-11-29 Thread Diptanu Choudhury
Hi Janet, We implemented the same in our Titan Mesos Executor. We have an executor manage multiple containers. We didn't want the overhead of running multiple executors to manage multiple containers. We are using RxJava heavily in our codebase, so whenever a launchTask callback is invoked in the M

Re: Call for blogs to aggregate in Mesos Planet

2014-11-29 Thread Dave Lester
Great to hear! Pass along a link when you're live and we'll see that it's added. Dave On Fri, Nov 28, 2014 at 9:32 AM, Tom Arnfeld wrote: > Hey Dave, > > How's things? Impeccable timing with this, we're ramping up to launch a > new engineering blog for DueDil and my inaugural post is going to b

Re: With docker containerizer enabled, How to check whether(or how) mesos successfully running tasks in docker container?

2014-11-29 Thread Billy Bones
Did you try to launch it using marathon ? Le sam. 29 nov. 2014 10:41, sujinzhao a écrit : > For clarification, I just want to know how to start an application running > in a docker container with mesos ?

Re: With docker containerizer enabled, How to check whether(or how) mesos successfully running tasks in docker container?

2014-11-29 Thread sujinzhao
For clarification, I just want to know how to start an application running in a docker container with mesos ?

With docker containerizer enabled, How to check whether(or how) mesos successfully running tasks in docker container?

2014-11-29 Thread sujinzhao
Hi, all: I want to check whether(or how) mesos can successfully run tasks in docker container, mesos-0.20.1 and docker client 1.2.0 has been installed, I started this experiment with the following steps: s1:run master script.(succeed) s2:run docker in daemon mode (succeed) s3:run slave script w