Kotlin / kotlin-spark-api

This projects gives Kotlin bindings and several extensions for Apache Spark. We are looking to have this as a part of Apache Spark 3.x
Apache License 2.0
456 stars 34 forks source link

JavaRDD Key/Value functions #151

Closed Jolanrensen closed 2 years ago

Jolanrensen commented 2 years ago

Add all functions from JavaPairRDD as extensions to JavaRDD<Tuple2<*, *>>, similar to what is done to JavaDStream<Tuple2<K, V>>.

Gives a more Kotlinesque (and Scala-like) API

Jolanrensen commented 2 years ago

List.toRDD() would also be nice

Jolanrensen commented 2 years ago

merged