Question
What does reduce do on an RDD?
Select an option. Your answer will be checked instantly.
Correct Answer: C. Aggregates elements using an associative binary function
Explanation:
Partial results are combined across partitions.
Associativity is required because execution order can vary.
Leave a Reply