+1 vote
in Spark Sql by
What is the role of Driver in Spark?

1 Answer

0 votes
by

The driver is the program which creates the Spark Context, connecting to a given Spark Master. It declares the transformations and actions on RDDs and submits such requests to the master.

Related questions

0 votes
asked Mar 13, 2022 in PySpark by rajeshsharma
0 votes
asked Aug 18, 2023 in Spark Sql by GeorgeBell
...