spark/fundamentals
beginner
Connecting…

Catalyst to Job — the action and the boundary

show() submits Job 0. groupBy inserts an Exchange — the shuffle boundary that will split stages.

  1. ✓ Lazy Evaluation
  2. Catalyst to Job
  3. Job to Stages
  4. Stages to Tasks
  5. Shuffle & Result

Explain it at my level

  1. Plan
  2. Job
  3. Boundary
Loading execution simulation…