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

Readme streaming (1.1.0 release) #157

Closed Jolanrensen closed 2 years ago

Jolanrensen commented 2 years ago

Fixes the readme examples link.

Fixes printlns not working the second time a jupyter cell is run.

Attempted to fix when a cell with streaming is interrupted. This needs https://github.com/Kotlin/kotlin-jupyter/issues/369.

@asm0dey Also found one broken jupyter streaming test which I disabled for now. It works fine without jupyter, but you know how difficult it is to test streaming... We can leave it disabled for the release and look at it later since Jupyter support is still experimental for now.