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 t...@duedil.com 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

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

Re: Docker Example Mesos 0.20?

2014-08-26 Thread Ray Rodriguez
at 11:28 AM, Ray Rodriguez rayrod2...@gmail.com wrote: 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

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 into all

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 vinodk...@gmail.com wrote: On Tue, Jul 15, 2014 at 11:02 PM, Vinod Kone vi...@twitter.com wrote: On Fri, Jul 4, 2014 at 2:05 AM, Gurvinder Singh

Re: Mesos 0.19.0 stats.json endpoint Collectd plugin

2014-07-07 Thread Ray Rodriguez
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 rayrod2...@gmail.com wrote: Hey Ben, It looks like /metrics/snapshot is a subset of the metrics exposed from /stats.json. Is stats.json eventually going

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 gurvinder.si...@uninett.no wrote: We are getting this issue when we are running jobs with close to 1000 workers. Spark is

Mesos 0.19.0 stats.json endpoint Collectd plugin

2014-06-26 Thread Ray Rodriguez
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 Github

Re: Mesos 0.19.0 stats.json endpoint Collectd plugin

2014-06-26 Thread Ray Rodriguez
, 2014 at 12:13 PM, Ray Rodriguez rayrod2...@gmail.com wrote: Hey everyone just thought I'd post a simple collectd python plugin that I just released which turns all stats returned from the Mesos stats.json endpoint into Collectd metrics. This plugin requires Mesos 0.19.0+ and collectd 4.9+ Big

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

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: 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

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 rayrod2...@gmail.com 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/lib