Intermediate
Big Data & Data Engineering
Q60 / 100
In Spark architecture, what is the relationship between the "driver" and "executors"?
Correct! Well done.
Incorrect.
The correct answer is A) The driver coordinates the job and schedules tasks, while executors run those tasks and store data on worker nodes
A
Correct Answer
The driver coordinates the job and schedules tasks, while executors run those tasks and store data on worker nodes
Explanation
The driver process runs the main program, builds the execution plan, and sends tasks to executors, which perform the actual computation in parallel.
Progress
60/100