How or what you want to achieve? Ie are planning to do some aggregation on
group by c1,c2?

On Wed, 18 Oct 2017 at 4:13 pm, Imran Rajjad <raj...@gmail.com> wrote:

> Hi,
>
> I have a set of rows that are a result of a
> groupBy(col1,col2,col3).count().
>
> Is it possible to map rows belong to unique combination inside an iterator?
>
> e.g
>
> col1 col2 col3
> a      1      a1
> a      1      a2
> b      2      b1
> b      2      b2
>
> how can I separate rows with col1 and col2 = (a,1) and (b,2)?
>
> regards,
> Imran
>
> --
> I.R
>
-- 
Best Regards,
Ayan Guha

Reply via email to