Answer Posted / Neha Jauhari
An Accumulator in Apache Spark is a mechanism for collecting aggregate results across multiple tasks or iterations of an operation. It allows developers to easily perform operations like summing or counting data, without needing to store intermediate results in distributed collections.
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers