Answer Posted / Madhavanand
Spark Executor is the worker process that runs tasks assigned by the Spark Driver. It receives task requests from the Driver, executes them on its local machine, and returns the results back to the Driver. Each Executor can run multiple tasks concurrently, depending on available resources.
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers