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 sujinz...@gmail.com a écrit : For clarification, I just want to know how to start an application running in a docker container with mesos ?

Re: Proposal: shared Mesos framework hosting and registry

2014-12-02 Thread Billy Bones
Wooo mesosphere is making such a good work pushing forward Mesos technologies! I deeply think that Mesos should implement registry as a core feature. Let me explain that, Installing manually frameworks / modules / other third party adds-on is quite cool when you're beginner and want to learn how

Re: Monitoring Mesos slave/master processes

2014-12-10 Thread Billy Bones
Here we use the wonderfull consul tool as our monitoring and health check dashboard plus some other things. Check it out at consul.io, it's made by Hashicorp. I kinda like it because it's fast, realiable and it is build with huge distributed systems in mind from the ground up. 2014-12-10 1:11

Re: Monitoring Mesos slave/master processes

2014-12-10 Thread Billy Bones
...@gmail.com: Billy, thanks for the link. It was not easy to tell from the website, but do you get email/text alerts if something goes wrong overnight? On Wed, Dec 10, 2014 at 3:54 AM, Billy Bones gael.ther...@gmail.com wrote: Here we use the wonderfull consul tool as our monitoring and health

Re: multiple frameworks or one big one

2015-02-27 Thread Billy Bones
Hi diego, as a real fan of the golang, I'm cudoes and clap for your work on this distributed crawler and hope you'll finally release it ;-) About your question, the common architecture is to have one scheduler and multiple executors rather than one big executor. The basics of mesos is to take any

Re: multiple frameworks or one big one

2015-03-04 Thread Billy Bones
, but I'll start a separate thread for it. Thanks Diego On Tue, Mar 3, 2015 at 10:38 AM, Billy Bones gael.ther...@gmail.com wrote: Oh and you've got a glitch on one of your executor name in your first code block. You've got: *extractorExe := mesos.ExecutorInfo{ ExecutorId

Re: multiple frameworks or one big one

2015-03-03 Thread Billy Bones
, Alex On Fri, Feb 27, 2015 at 11:03 AM, Diego Medina di...@fmpwizard.com wrote: Hi Billy, comments inline: On Fri, Feb 27, 2015 at 4:07 AM, Billy Bones gael.ther...@gmail.com wrote: Hi diego, as a real fan of the golang, I'm cudoes and clap for your work on this distributed crawler