tonykang22 / study

0 stars 0 forks source link

10. Spark 개요 : How Spark works #170

Open tonykang22 opened 1 year ago

tonykang22 commented 1 year ago

How Spark works

image



DAG Scheduler

image

image



Execution Plan

image



image



Stage Execution

  1. Read HDFS split
  2. Apply both the maps
  3. Start partial reduce
  4. Write shuffle data





Executor, Task

image



Summary

image