spark/fundamentals
beginner
Connecting…What is Apache Spark?
Spark is a distributed compute engine. You write a plan; a driver turns it into tasks that executors run on partitions.
Explain it at my level
- Driver
- Cluster
- Executors
- Result
Step 1 of 4
Driver · SparkSession · DAG scheduler