How can I write apache crunch job equivalent to this hive query
select A, collect_set(B) as C from table group by A ?
select A, collect_set(B) as C from table group by A