Answer Posted / Ajay Rpakash Tripathi
ReduceByKey is a transformation in Apache Spark that allows you to combine values that share the same key from a RDD (Resilient Distributed Dataset). It applies a user-defined associative reduction operation to each key.
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers