+1 vote
in Spark Sql by
What is accumulator in Spark?

1 Answer

0 votes
by

An accumulator is a shared variable which is used for aggregating information across the cluster.

...