Answer Posted / Jitender Kumar Yadav
A Spark Executor is a worker process in the Spark cluster that executes tasks received from the Driver program. Each Executor runs on a single node and manages multiple cores and memory to perform computations.
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers