+1 vote
in Spark Sql by
What is the Broadcast variable in Spark?

1 Answer

0 votes
by

It allows the programmer to keep a read-only variable cached on each machine instead of shipping a copy of it with tasks.

Related questions

0 votes
asked Aug 19, 2023 in Spark Sql by GeorgeBell
0 votes
asked Aug 18, 2023 in Spark Sql by GeorgeBell
...