Spark Scheduler¶
Spark Scheduler is a core component of Apache Spark that is responsible for scheduling tasks for execution.
Spark Scheduler uses the high-level stage-oriented DAGScheduler and the low-level task-oriented TaskScheduler.
Resources¶
- Deep Dive into the Apache Spark Scheduler by Xingbo Jiang (Databricks)