Hey Mohamad, Your best bet is to look at open source mesos frameworks. There are quite a few, ranging from simple to advanced.
Advanced: Marathon <https://github.com/mesosphere/marathon>+, Chronos<https://github.com/airbnb/chronos>+, Aurora <https://github.com/twitter/aurora>+, Spark<http://spark.incubator.apache.org/> *, Storm <https://github.com/nathanmarz/storm>*, Simple: Hadoop on Mesos <https://github.com/mesos/hadoop>*, Jenkins on Mesos<https://github.com/jenkinsci/mesos-plugin> * Also, you might find a recent talk<https://github.com/apache/mesos/blob/master/docs/Mesos-Presentations.md>on building frameworks useful. + - Built for mesos * - Ported on to mesos On Wed, Oct 9, 2013 at 6:35 AM, Mohamad Rezaei <[email protected]> wrote: > I know that. The thing is I want to port my framework to run on Mesos. We > have done the same thing for Yarn. I am not using Spark or MPI. > > > Best Regards > Mohamad Rezaei > ------------------- > Researcher at PDC > KTH Royal Institute of Technology > > > On Wed, Oct 9, 2013 at 2:02 PM, prabeesh k <[email protected]> wrote: > > > Please refer the link. Explain how to run spark jobs against Mesos > > http://spark.incubator.apache.org/docs/0.7.3/running-on-mesos.html > > > > > > On Wed, Oct 9, 2013 at 5:05 PM, Mohamad Rezaei <[email protected]> wrote: > > > > > Is there any document or example or suggestions anyone has on how > should > > I > > > start the porting of my framework on Mesos. I am reading the docs in > the > > > source but anymore information/shortcuts would be of a great help to > me. > > > > > > Best Regards > > > Mohamad Rezaei > > > ------------------- > > > Researcher at PDC > > > KTH Royal Institute of Technology > > > > > >
