Login
Remember
Register
Ask a Question
What is accumulator in Spark?
+1
vote
asked
Mar 8, 2020
in
Spark Sql
by
rahuljain1
What is accumulator in Spark?
#spark-accumulator
Please
log in
or
register
to answer this question.
1
Answer
0
votes
answered
Mar 8, 2020
by
SakshiSharma
An accumulator is a shared variable which is used for aggregating information across the cluster.
...