127128129130131132133
new ReduceGroupingFunction(groupingOptions, ptype, runtime.getRuntimeContext())); } return groupedRDD .map(new ReduceInputFunction(keySerde, valueSerde)) .mapToPair(new PairMapIterableFunction(ptype.getInputMapFn(), runtime.getRuntimeContext())); }
115116117118119120121
new ReduceGroupingFunction(groupingOptions, ptype, runtime.getRuntimeContext())); } return groupedRDD .map(new ReduceInputFunction(keySerde, valueSerde)) .map(new PairMapIterableFunction(ptype.getInputMapFn(), runtime.getRuntimeContext())); }
125126127128129130131