Re: mesos build errors

2014-08-05 Thread Adam Bordelon
Hi Nayeem, You could use Deimos to set a default Docker image to push your tasks into, but Chronos currently lacks the configuration interface necessary to run a specific Docker container as a job. It shouldn't be difficult to add, since the support is already there in Mesos. I filed

Re: mesos build errors

2014-07-24 Thread Itamar Ostricher
Not written in MPI. Each task is a stand-alone execution of a binary program that takes the 1-2 data file paths as parameters (GCS paths), with the output stored in another GCS file (path as flag). Different tasks do not need to communicate with others. Tasks only talk with GCS to read and write

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