Question
What is the Spark driver?
Select an option. Your answer will be checked instantly.
Correct Answer: B. The process that runs the application logic and coordinates distributed execution
Explanation:
The driver builds execution plans, schedules jobs, and collects metadata.
It communicates with executors throughout the application.
Leave a Reply