Question
What does combineByKey provide?
Select an option. Your answer will be checked instantly.
Correct Answer: D. A customizable framework for creating and merging per-key combiners
Explanation:
combineByKey underlies many pair-RDD aggregations.
It separates creation, within-partition merging, and cross-partition merging.
Leave a Reply