I have the following WordCount example and I would like to get the result to JSONObject:
JavaPairRDD<String, Integer> counts = words.mapToPair(new PairFunction<String, String, Integer>() {
public Tuple2<String, Integer> c...
asked by
13.02.2018 / 17:47