+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.

...