mesos build errors

2014-07-23 Thread Itamar Ostricher
Hi, I'm trying to do a clean build of mesos for the 0.19.0 tarball. I was following the instructions from http://mesos.apache.org/gettingstarted/ step by step. Got to running `make`, which ran for quite a while, and exited with errors (see the end of the output below). Extra env info: I'm trying

Re: mesos build errors

2014-07-23 Thread Tomas Barton
Hi, that's quite strange. Try to run ldconfig and then again make. You can find binary packages for Debian here: http://mesosphere.io/downloads/ Tomas On 23 July 2014 10:09, Itamar Ostricher ita...@yowza3d.com wrote: Hi, I'm trying to do a clean build of mesos for the 0.19.0 tarball. I

Re: Mesos 0.19 registrar upgrade

2014-07-23 Thread Tomas Barton
Ok, thanks Ben! In would be nice to update documentation accordingly. So, in 0.20 there might be a flag specifying total number of masters? On 23 July 2014 00:13, Benjamin Mahler benjamin.mah...@gmail.com wrote: At the current time, you need an odd number of masters as there is an assumption

Re: Mesos language bindings in the wild

2014-07-23 Thread Diptanu Choudhury
Just saw this - https://github.com/groupon/jesos On Sat, Jul 19, 2014 at 3:22 AM, Vladimir Vivien vladimir.viv...@gmail.com wrote: BenH, I created https://issues.apache.org/jira/browse/MESOS-1618 epic to capture my thought on that Apache Mesos compatibility test suite for framework clients.

Re: Mesos language bindings in the wild

2014-07-23 Thread Vladimir Vivien
Adoption is good. Competition is good. On Wed, Jul 23, 2014 at 12:44 PM, Diptanu Choudhury dipta...@gmail.com wrote: Just saw this - https://github.com/groupon/jesos On Sat, Jul 19, 2014 at 3:22 AM, Vladimir Vivien vladimir.viv...@gmail.com wrote: BenH, I created

Re: Mesos language bindings in the wild

2014-07-23 Thread Erik Erlandson
- Original Message - -1 for git submodules. I am really not keen on those; worked with them while working on Chromium and it was, to be frank, a mess to handle, update and maintain. I've also found submodules disappointing, and been watching on the sidelines as the boost community

Re: Mesos language bindings in the wild

2014-07-23 Thread Tom Arnfeld
It seems pretty recent, would be interesting to compare notes with pesos/compactor. On 23 July 2014 19:46, Brian Wickman wick...@apache.org wrote: wow, no. I was aware of dpark but I was unaware that they had rolled their own driver. Interesting. On Wed, Jul 23, 2014 at 11:17 AM, Tom

Re: mesos build errors

2014-07-23 Thread Itamar Ostricher
many: we have a processing pipeline with ~10 stages (one C++ program per stage usually), batch processing (almost-)all pairs of files in the dataset. the dataset contains 10K files at the moment, so a couple of hundreds of millions of program executions would be my definition for many in this case