Re: WELCOME to user@mesos.apache.org

2014-07-09 Thread Nayeem Syed
I am not sure this is the best place to ask for but I tried checking the IRC channel which seemed quite empty and didnt find anywhere else to ask general user questions/problems. But would appreciate some pointers and directions on how I can get it up. I also posted on the Jira ticket regarding

interested in organizing MUG

2014-07-09 Thread Nayeem Syed
I am interested in organizing MUGs in London. Let me know how I can get started! :-)

Re: 0.19.1

2014-07-09 Thread Benjamin Mahler
I've added it to the 0.19.1 list since it's trivial and helps those using S3. On Fri, Jul 4, 2014 at 12:52 PM, Tom Arnfeld t...@duedil.com wrote: Happy to. It surprised me that this wasn't supported, especially considering the fetcher is supposed to be able to download URIs from any URL using

Re: Mesos 19 startup error

2014-07-09 Thread Benjamin Mahler
I just tested that and I can't find any issues there. Was this on 0.19.0 where it crashes if non-existent, regardless of the trailing slash? On Sun, Jun 29, 2014 at 10:33 PM, Diptanu Choudhury dipta...@gmail.com wrote: Thanks Ben, by the way just noticed that on passing the trailing / to

Python Celery on Mesos

2014-07-09 Thread Tom Arnfeld
Hey everyone, Posted this on IRC earlier but thought i'd bring it up here. Has anyone given any thought to building an extension to Celery (a popular python framework for building task based apps http://www.celeryproject.org/) to allow it to behave as a Mesos framework and run tasks on Mesos?

Re: Python Celery on Mesos

2014-07-09 Thread Hunter Owens
You could run Celery through Marathon, you'd just also need to have a broker (Reddis, RabbitMQ) running concurrently on mesos (or elsewhere, technically) . Though it may be useful to framework the ability to package it all together. -Hunter On Wed, Jul 9, 2014 at 4:06 PM, Tom Arnfeld