Re: Default Chef cookbook for Mesos

2014-09-16 Thread Ray Rodriguez
Hi Steve I'm the original author of the mdsol chef cookbook. The original motivation for writing a new cookbook from the one that was already out there at the time (Shingo's everpeace/cookbook-mesos) was that we wanted to install the mesosphere deb packages instead of compiling mesos which is the

Re: Introducing Portainer

2014-09-03 Thread Ray Rodriguez
Already a fan based solely on the wicked ascii art! :) On Wed, Sep 3, 2014 at 6:20 PM, Tom Arnfeld wrote: > Hey everyone, > > Thought it would be worth sharing this on the mailing list. We've recently > open sourced a Mesos framework called Portainer, which is for *building* > docker containers

Re: Docker Example Mesos 0.20?

2014-08-26 Thread Ray Rodriguez
;volumes": [] > > }, > > "args": ["hello"], > > "cpus": 0.2, > > "mem": 32.0, > > "instances": 1 > > } > > > You can also provide a "cmd" string as well. > > > T

Re: Docker Example Mesos 0.20?

2014-08-26 Thread Ray Rodriguez
I'm running marathon HEAD 0.7.0 against mesos 0.20.0. My mesos slaves are running with the command line flag --containerizers=docker,mesos and --isolation=cgroups/cpu,cgroups/mem When trying to run the example listed here: http://mesosphere.io/learn/run-docker-on-mesosphere-cluster/ I get the fol

Re: MesosCon attendee introduction thread

2014-08-14 Thread Ray Rodriguez
Hi everyone, My name is Ray Rodriguez and I am a data infrastructure engineer in the data science team at Sailthru in New York City. I first started experimenting with Mesos/Marathon/Chronos about 8 months ago and am currently building out a Spark cluster running on Mesos. I'm also int

Re: spark and mesos issue

2014-07-16 Thread Ray Rodriguez
I'll set some time aside today to gather and post some logs and details about this issue from our end. On Wed, Jul 16, 2014 at 2:05 AM, Vinod Kone wrote: > On Tue, Jul 15, 2014 at 11:02 PM, Vinod Kone wrote: >> >> On Fri, Jul 4, 2014 at 2:05 AM, Gurvinder Singh < >> gurvinder.si...@uninett.no>

Re: Mesos 0.19.0 stats.json endpoint Collectd plugin

2014-07-07 Thread Ray Rodriguez
y represented by the new endpoint. >> stats.json will be deprecated in one of the next few versions. >> On Jun 26, 2014 1:10 PM, "Ray Rodriguez" wrote: >> >>> Hey Ben, It looks like /metrics/snapshot is a subset of the metrics >>> exposed from /stats.json.

Re: spark and mesos issue

2014-07-04 Thread Ray Rodriguez
I've been running into the same issue with task counts greater than 600 or so using spark with mesos in fine grain mode. On Fri, Jul 4, 2014 at 5:06 AM, Gurvinder Singh wrote: > We are getting this issue when we are running jobs with close to 1000 > workers. Spark is from the github version and

Re: Mesos 0.19.0 stats.json endpoint Collectd plugin

2014-06-26 Thread Ray Rodriguez
Hey Ben, It looks like /metrics/snapshot is a subset of the metrics exposed from /stats.json. Is stats.json eventually going to be deprecated? Why collect less metrics in this case? On Thu, Jun 26, 2014 at 3:38 PM, Ray Rodriguez wrote: > Yup totally makes sense. I'll update the

Re: Mesos 0.19.0 stats.json endpoint Collectd plugin

2014-06-26 Thread Ray Rodriguez
ectd-mesos >> >> Hope this is useful to others and I welcome pull requests, comments and >> suggestions. >> >> Ray Rodriguez >> Twitter: @rayray2030 >> Github: rayrod2030 >>

Mesos 0.19.0 stats.json endpoint Collectd plugin

2014-06-26 Thread Ray Rodriguez
wrote the original Elasticsearch collectd python plugin upon which my plugin borrows from heavily. Mesos Collectd Python plugin: https://github.com/rayrod2030/collectd-mesos Hope this is useful to others and I welcome pull requests, comments and suggestions. Ray Rodriguez Twitter: @rayray2030 G

Marathon Chef Cookbook

2014-01-27 Thread Ray Rodriguez
f use to anybody trying to use Marathon and Mesos in a chef managed environment. Ray Rodriguez Cloud Engineer Medidata Solutions New York, NY https://github.com/rayrod2030 https://twitter.com/rayray2030

Mesos(phere) chef cookbook

2014-01-16 Thread Ray Rodriguez
ns of mesos as they are packaged by mesosphere and add good test coverage via serverspec/chefspec and test-kitchen. https://github.com/mdsol/mesos_cookbook Thanks. Ray Rodriguez Cloud Engineer Medidata Solutions

Re: Jenkins mesos plugin failing

2013-11-07 Thread Ray Rodriguez
The logs that really helped me sort out what was happening where the jenkins logs so you may want to check those first. Also when your slave is trying to run the jenkins job you should check to see if it's actually able to start the slave.jar java process. Looks something like this: sh -c java -

Re: Jenkins mesos plugin failing

2013-11-07 Thread Ray Rodriguez
Hi Whitney I would have a look at this github issue where I work through some of my jenkins mesos-plugin issues with Vinod. Might be some of the same issues you are seeing. https://github.com/jenkinsci/mesos-plugin/issues/2 Ray On Thu, Nov 7, 2013 at 1:07 PM, Whitney Sorenson wrote: > Hi all!

Re: Does libmesos.so depend on libjvm.so?

2013-10-13 Thread Ray Rodriguez
And yes I do believe mesos is dependent on a locally installed java. On Sun, Oct 13, 2013 at 8:42 PM, Ray Rodriguez wrote: > libjvm.so is not in the mesos binary but it is located in java installs. > On our slaves it's located > at /usr/lib/jvm/java-7-openjdk-amd64/jre/li

Re: Does libmesos.so depend on libjvm.so?

2013-10-13 Thread Ray Rodriguez
libjvm.so is not in the mesos binary but it is located in java installs. On our slaves it's located at /usr/lib/jvm/java-7-openjdk-amd64/jre/lib/amd64/server/libjvm.so Perhaps you need to install a full jdk on your dev machine? Ray On Sun, Oct 13, 2013 at 8:26 PM, Harry Wilkinson wrote: > Hi,