Question
Why should accumulator updates not control application correctness?
Select an option. Your answer will be checked instantly.
Correct Answer: C. Task retries or speculation can cause update behavior that is unsuitable for exact logic
Explanation:
Accumulators are best for observation rather than dataflow decisions.
The RDD result itself should encode required computation.
Leave a Reply