Re: Porting an app

2014-01-13 Thread Benjamin Mahler
On Sun, Jan 12, 2014 at 9:14 PM, Ankur Chauhan an...@malloc64.com wrote: Thanks everyone for all the help. Marathon does seem like a good framework but my use case requires the app to evaluate it's own health and scale up based on internal load stats (SLA requirements) and I don't know if

Re: Distcc on Mesos.

2014-01-13 Thread Tobias Knaup
This is great! We were thinking about building the same thing :) On Fri, Jan 10, 2014 at 11:01 AM, Benjamin Mahler benjamin.mah...@gmail.com wrote: I wrote a simple a simple framework for doing distributed C++ compilation through distcc: https://github.com/mesos/mesos-distcc Distcc is a

Re: Porting an app

2014-01-13 Thread Tobias Knaup
Hey Ankur, your question is super timely, I've been working on a demo framework that shows exactly what you're trying to do with Jetty. The code is still a little rough and there are some hardcoded paths etc. but since you asked I just published it: https://github.com/guenter/jetty-mesos I'm also

Re: Porting an app

2014-01-13 Thread Ankur Chauhan
Hi Tobias, Thanks for your reply, and the mesos-jetty project looks interesting. Let me describe my target app that should let you kind of get an idea about the use case and other scale up factors that I am talking about. The target app is either a simple standalone java netty based web

Re: Framework is not offered any resources

2014-01-13 Thread Benjamin Mahler
Can you provide the commands you're using to run the master and slaves? Can you provide the master and slave logs? On Mon, Jan 13, 2014 at 6:07 PM, Sai Sagar jsaisa...@gmail.com wrote: Hi all, I am implementing a framework on the top of mesos. The framework is registered successfully but

Re: Framework is not offered any resources

2014-01-13 Thread Sai Sagar
Hi, Thanks for the quick reply. My framework just registers. It does not reregister. I do not have access to system right now. But I remember that hierarchial-allocator registered the framework and added to the scheduler(1). *But master.cpp is not sending offers to my framework.* I will mail