Apache Mesos stickers up for grabs

2013-09-19 Thread Dave Lester
I have a stack of Apache Mesos stickers waiting to be given out, which look like this: https://twitter.com/cra/status/357638608078897152 . If you'd like o

Re: mesos-slave.sh reporting Failed to load unknown flag 'native_library'

2013-09-19 Thread Benjamin Hindman
Hey Justin, This looks like a bug. :( We cherry picked an incomplete set of patches for 0.13.0. This will be fixed in 0.14.0 (which we'd like to start the release process for imminently). In the mean time, you should be able to comment out the line 'export MESOS_NATIVE_LIBRARY' in mesos-slave.sh

Re: Service Scheduling in Mesos

2013-09-19 Thread Bill Farner
On Thu, Sep 19, 2013 at 11:55 AM, Bernerd Schaefer wrote: > Thanks for the response, Bill. Some followups below. > > >> I haven't found a great way to approach either of these in mesos without >>> assuming that your framework has full control of the cluster. This is >>> covered a bit in the Omega

Re: Service Scheduling in Mesos

2013-09-19 Thread Bernerd Schaefer
Thanks for the response, Bill. Some followups below. > I haven't found a great way to approach either of these in mesos without >> assuming that your framework has full control of the cluster. This is >> covered a bit in the Omega paper [1]: >> > > *While a Mesos framework can use “filters” to de

mesos-slave.sh reporting Failed to load unknown flag 'native_library'

2013-09-19 Thread Justin Becker
I've setup mesos 0.13.0 on mac osx 10.8.4 using Java 1.7.0_40 using the instructions from the README. Plus the hints from here, https://github.com/airbnb/chronos/blob/master/docs/FAQ.md The master starts up fine, Build: 2013-09-19 10:01:46 by jbeck I0919 10:17:03.554388 2107793792 main.cpp:115]

Re: Service Scheduling in Mesos

2013-09-19 Thread Bill Farner
(apologies if this breaks threading, i'm replying after subscribing this email address) Great questions! Some responses below from my experience and perspective formed while working on Aurora. 2. For a service scheduler built today, how much is Mesos responsible for > and > how much the framewor