
Explanation:
In cluster computing, the 'Driver' plays a crucial role by distributing tasks among 'Worker' nodes or instances, ensuring efficient workload management across the cluster.
In a cluster environment, what is the main function of a 'Driver'?
A
To manage cloud storage.
B
To serve as the primary compute instance for executing code.
C
To control access to the data storage.
D
To distribute workloads across workers.
No comments yet.