Answer Posted / Abhineet Kumar Saxena
The `cogroup()` function in Apache Spark groups data from multiple RDDs based on a common key. It returns an RDD where each key is associated with two iterable arrays: one for the values from the first RDD and another for the values from the second RDD.
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers