Re: Supporting Apache Aurora as a cluster manager

2017-09-23 Thread karthik padmanabhan
isn't dispositive on its own, of course, but > that is how I'm seeing things right now. > > On Sun, Sep 10, 2017 at 8:27 PM, karthik padmanabhan < > treadston...@gmail.com> wrote: > >> Hi Spark Devs, >> >> We are using Aurora (http://aurora.apache.org/)

Supporting Apache Aurora as a cluster manager

2017-09-10 Thread karthik padmanabhan
Hi Spark Devs, We are using Aurora (http://aurora.apache.org/) as our mesos framework for running stateless services. We would like to use Aurora to deploy big data and batch workloads as well. And for this we have forked Spark and implement the ExternalClusterManager trait. The reason for doing