Re: Supporting Apache Aurora as a cluster manager

2017-09-23 Thread karthik padmanabhan
Hi Mark, Thanks for getting back. I think you raise a very valid point about getting into a plug-in base architecture instead of supporting the idiosyncrasies of different schedulers. Yeah let me write a design doc so that it will at least be another data point for how we think about the plug-in

Re: Supporting Apache Aurora as a cluster manager

2017-09-11 Thread Mark Hamstra
While it may be worth creating the design doc and JIRA ticket so that we at least have a better idea and a record of what you are talking about, I kind of doubt that we are going to want to merge this into the Spark codebase. That's not because of anything specific to this Aurora effort, but

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