Hello all, My requirement is to get suppose top '10' elements from the DataSet as another DataSet. How would I do that without using collect. Eg: *DataSet<Tuple2<Integer, Double[]>> counts =* *data.flatMap(new Tokenizer());*
I want a new DataSet containing 10 elements of *counts*. And, what would be the way to retrieve individual elements of DataSet without using list via collect? Best Regards, Subash Basnet