0 votes
in Apache Spark by
What do you understand by Spark Driver?

1 Answer

0 votes
by

Spark Driver is the program that runs on the master node of the machine and is used to declare transformations and actions on data RDDs.

...