Is it possible to do a group concat with pig.  i've been trying with no success.

basically the data is as follows


1234|test1
1234|test2
1234|test3
1244|test4
1244|test5
etc
etc

i'm trying to come up with.

1234|test1 test2 test3
1244|test4 test5


thanks
Mike

Reply via email to