Question
What is a Spark executor?
Select an option. Your answer will be checked instantly.
Correct Answer: C. A worker process that runs tasks and stores cached data
Explanation:
Executors perform computation for one Spark application.
They also provide memory and disk storage for persisted partitions.
Leave a Reply