Untitled
Anonymous
plain_text
11/07/2023 5:44 PM
336 B
16
Indexable
RDD<Tuple2<Row, Object>> inputrows = rddhive.rdd().zipWithIndex();
RDD<Row> transformedRows = inputrows.map(new GenRecIdMapper(start_rid),
scala.reflect.ClassTag$.MODULE$.apply(Row.class), scala.reflect.ClassTag$.MODULE$.apply(Object.class));
Editor is loading...