Re: Perform a groupBy on an already groupedDataset

2016-05-02 Thread Punit Naik
It solved my problem! On Mon, May 2, 2016 at 3:45 PM, Fabian Hueske wrote: > Grouping a grouped dataset is not supported. > You can group on multiple keys: dataSet.groupBy(1,2). > > Can you describe your use case if that does not solve the problem? > > > > 2016-05-02 10:34 GMT+02:00 Punit Naik :

Re: Perform a groupBy on an already groupedDataset

2016-05-02 Thread Fabian Hueske
Grouping a grouped dataset is not supported. You can group on multiple keys: dataSet.groupBy(1,2). Can you describe your use case if that does not solve the problem? 2016-05-02 10:34 GMT+02:00 Punit Naik : > Hello > > I wanted to perform a groupBy on an already grouped dataset. How do I do > t