You are viewing a plain text version of this content. The canonical link for it is here.
Posted to user@pig.apache.org by Roberto Maestre <rm...@paradigmatecnologico.com> on 2012/04/12 16:05:18 UTC

Order data structure

Hi!
I have this data :

(1,{(1,3),(2,4),(3,2),(4,1)})

so ... can i order the second column by the second field ? .. getting this
result:

(1,{(2,4),(1,3),(3,2),(4,1)})

Thank you in advanced.
Best regards.