Can we say a COGROUP is a group of more than 1 data set?
Answer Posted / Ishan Bhatnagar
Yes, in Apache Pig, a coGroup operation groups together tuples from multiple relations based on a common key. This allows you to perform operations on the joined tuples across all related relations.
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers