70717273747576
fn.configure(runtime.getConfiguration()); return parentRDD .mapPartitionsWithIndex( new FlatMapIndexFn(fn, parentRDD instanceof JavaPairRDD, runtime.getRuntimeContext()), false) .mapPartitionsToPair(new CrunchPairTuple2()); }