spark/internals
intermediate
Connecting…

Jobs, stages, and tasks

An action creates a job. Shuffle boundaries split the job into stages. Each partition in a stage is a task.

Explain it at my level

  1. Job
  2. Stage
  3. Task
Loading execution simulation…