Description
Add support inside the coarse-grained Mesos scheduler for dynamic allocation. It amounts to implementing two methods that allow scaling up and down the number of executors:
def doKillExecutors(executorIds: Seq[String])
def doRequestTotalExecutors(requestedTotal: Int)
Attachments
Issue Links
- duplicates
-
SPARK-4922 Support dynamic allocation for coarse-grained Mesos
- Closed
- is related to
-
SPARK-12330 Mesos coarse executor does not cleanup blockmgr properly on termination if data is stored on disk
- Resolved
-
SPARK-8873 Support cleaning up shuffle files when using shuffle service in Mesos
- Closed
- links to