Thanks for help
----- Original Message ----- From: Mathias Herberts <[email protected]> To: [email protected]; Aleksandr Elbakyan <[email protected]> Cc: Sent: Thursday, May 3, 2012 12:04 PM Subject: Re: Pig question B = GROUP A BY x; C = FOREACH B GENERATE group,SIZE(B),B; D = FILTER C BY $1 == N; On Thu, May 3, 2012 at 8:58 PM, Aleksandr Elbakyan <[email protected]> wrote: > Hello All, > I was wandering if it is possible to filter all groups in pig which have size > N. This sounds like something common but can not find the way to do it > > Please help :) > > > Thanks,
