org.apache.spark.scheduler
Stores information about a stage to pass from the scheduler to SparkListeners.
taskInfos stores the metrics for all tasks that have completed, including redundant, speculated tasks.
When this stage was submitted from the DAGScheduler to a TaskScheduler.
Stores information about a stage to pass from the scheduler to SparkListeners.
taskInfos stores the metrics for all tasks that have completed, including redundant, speculated tasks.