Thanks for help
----- Original Message ----- From: Mathias Herberts <mathias.herbe...@gmail.com> To: common-user@hadoop.apache.org; Aleksandr Elbakyan <ramal...@yahoo.com> 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 <ramal...@yahoo.com> 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,