Answer Posted / Omkar Singh
An Accumulator is a variable that can be updated across different parallel tasks in Apache Spark. It allows aggregating values from multiple tasks and is useful for computations such as counting the number of occurrences of a certain value.
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers