Ravibhushan Kumar
Ravibhushan Kumar

Reputation: 395

Migrating hive collect_set query to apache crunch

How can I write apache crunch job equivalent to this hive query

select A, collect_set(B) as C from table group by A ?

Upvotes: 0

Views: 50

Answers (0)

Related Questions