Re: Sorting in datastream

2016-08-17 Thread subash basnet
Hello Stephan, Okey, then it's the same reason why there is no *count()* function in Data streams as well I suppose. Regards, Subash On Wed, Aug 17, 2016 at 6:26 PM, Stephan Ewen wrote: > Hi! > > Data streams are inifnite. It's quite hard to sort something infinite ;-) > That's why the operat

Re: Sorting in datastream

2016-08-17 Thread Stephan Ewen
Hi! Data streams are inifnite. It's quite hard to sort something infinite ;-) That's why the operation does not exist on DataStream. Stephan On Wed, Aug 17, 2016 at 6:22 PM, subash basnet wrote: > Hello all, > > I found the *sortPartition()* function in dataset for ordering the > dataset elem