Re: Sorting in datastream

2016-08-17 Thread subash basnet
>> DataSet> data; >> DataSet> partitionedData = data.sortPartition(0, >> Order.DESCENDING); >> >> But I couldn't find any methods to sort the elements in datastream. >> DataStream> data; >> DataStream> partitionedData =data.?? >> >> What could be the way to achieve sorting in datastream elements. >> >> >> Best Regards, >> Subash Basnet >> > >

Re: Sorting in datastream

2016-08-17 Thread Stephan Ewen
ering the > dataset elements as below: > DataSet> data; > DataSet> partitionedData = data.sortPartition(0, > Order.DESCENDING); > > But I couldn't find any methods to sort the elements in datastream. > DataStream> data; > DataStream> partitionedData =data.?

Sorting in datastream

2016-08-17 Thread subash basnet
ta; DataStream> partitionedData =data.?? What could be the way to achieve sorting in datastream elements. Best Regards, Subash Basnet