What role does worker node play in Apache Spark Cluster? And what is the need to register a worker node with the driver program?
Answer Posted / Veer Pal
In an Apache Spark cluster, worker nodes execute tasks that are distributed from the driver program. Each worker node runs one or more executors that manage tasks and communicate with other workers in the cluster. Registering a worker node with the driver program is essential to ensure that the workers know where to send tasks for execution.
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers