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

subscribe

2014-07-24 Thread Henning Schmiedehausen

#MesosCon Hackathon Details Announced

2014-07-24 Thread Dave Lester
Below are details about the #MesosCon hackathon, which has also been shared on the Mesos blog: http://mesos.apache.org/blog/mesoscon-2014-hackathon-details-announced/ Hope to see many of you there! Dave #MesosCon Hackathon Details Announced After a full day of workshops and talks

Re: Breaking JSON changes (0.19.1)

2014-07-24 Thread Benjamin Mahler
Hey Whitney, sorry to hear you were bit by this! I just realized that I misclassified MESOS-1406, the problem ran deeper than I initially thought. In particular, all of the boolean JSON values that were being exported implicitly changed from 1/0 to true/false due to this change: commit