0 votes
in Apache Spark by
What is the role of accumulators in Spark?

1 Answer

0 votes
by

Accumulators are variables used for aggregating information across the executors. This information can be about the data or API diagnosis like how many records are corrupted or how many times a library API was called.

api

Related questions

0 votes
asked Aug 25, 2022 in Apache Spark by sharadyadav1986
0 votes
asked Nov 21, 2022 in DevOps Culture by Robin
...