Schedulable Pool
Schedulable Pool Pool is a Schedulable entity that represents a tree of TaskSetManagers, i.e. it contains a collec ...
Schedulable Pool Pool is a Schedulable entity that represents a tree of TaskSetManagers, i.e. it contains a collec ...
Schedulable Schedulable is a contract of schedulable entities. Note Schedulable is a private[spark] Scala t ...
TaskSetManager TaskSetManager is a Schedulable that manages scheduling of tasks in a TaskSet. Note A TaskSe ...
TaskSet — Set of Tasks for Single Stage
MapStatus — Shuffle Map Output Status
FetchFailedException FetchFailedException exception may be thrown when a task runs (and ShuffleBlockFetcherIterato ...
ResultTask ResultTask is a Task that executes a function on the records in a RDD partition. ResultTask is create ...
ShuffleMapTask — Task for ShuffleMapStage
Task Task (aka command) is the smallest individual unit of execution that is launched to compute a RDD partition. ...
TaskScheduler — Spark Scheduler