Hey, While it would be possible to turn each job into its own mesos framework this may not be the best idea. Unlike yarn, mesos does not have a built in scheduler since it is an offer based resource manager. While there are ways to deal with this, such as dedicated resource groups I don't think it would be ideal to use those on a per job basis. It seems that the mesos community has taken a similar approach with spark and Hadoop. Both of those frameworks have framework master nodes that talk to mesos.
Regards, Jeff Fenchel On Wednesday, April 1, 2015, Edward J. Yoon <[email protected]> wrote: > Hi, > > According to Mesos on Hama wiki guide, it seems user need to start > BSPMaster daemon somewhere first. I wonder whether there is no way to > launch BSPMaster on allocated container/server from Mesos, like YARN > style application master? > > -- > Best Regards, Edward J. Yoon >
