Answer Posted / Mahesh Kumar Kureel
Communication is a method for sharing data between different tasks in Spark, while Accumulators allow users to modify a variable during task execution that can be accessed after all tasks have completed. They are useful for maintaining running totals or custom metrics.
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers