Question 25
Which of the following is True ?
Spark Driver Program: Coordinates and manages the application, running the main function and defining one or more RDDs.
Hadoop Cluster Manager: Allocates resources and manages the distribution of tasks across the cluster. Examples include YARN, Mesos, and Standalone.
Executor: Runs tasks on worker nodes and stores the data in memory or disk.
Worker Node: Hosts executor processes, which perform data processing tasks.
None of these