what about?
b = group a by ...
c = foreach b {
generate ...
}
On 12/2/11, Marek Miglinski <[email protected]> wrote:
> Hello guys,
>
> I have a group of users aggregated by day period, lets assume there are
> 10mill users and each user has got 1000 transactions.
>
> Now is there a way to iterate through this group NOT foreach, but foreach
> 10! records in that group? So I could safe space and count more users per
> action, export less records.
>
>
>
> Thanks,
> Marek M.
>
