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
459 stars 35 forks source link

Adds Kotlin Jupyter notebook support #137

Closed Jolanrensen closed 2 years ago

Jolanrensen commented 2 years ago

WIP: Adds integration for Kotlin Spark API in Jupyter. Automatically starts Spark session and it can render Datasets. Will probably allow to render Grouped Datasets and RDDs as well.

There are some issues with ClassNotFoundExceptions thanks to Scala and Spark being weird. I'm still trying to solve this.

https://github.com/Kotlin/kotlin-jupyter-libraries/pull/144