File tree Expand file tree Collapse file tree 1 file changed +3
-0
lines changed
Expand file tree Collapse file tree 1 file changed +3
-0
lines changed Original file line number Diff line number Diff line change @@ -92,13 +92,16 @@ Inside the notebook a Spark session will be initiated automatically. This can be
9292` sc: JavaSparkContext ` can also be accessed directly. The API operates pretty similarly.
9393
9494There is also support for HTML rendering of Datasets and simple (Java)RDDs.
95+ Check out the [ example] ( examples/src/main/kotlin/org/jetbrains/kotlinx/spark/examples/JupyterExample.ipynb ) as well.
96+
9597
9698To use Spark Streaming abilities, instead use
9799``` jupyterpython
98100%use spark-streaming
99101```
100102This does not start a Spark session right away, meaning you can call ` withSparkStreaming(batchDuration) {} `
101103in whichever cell you want.
104+ Check out the [ example] ( examples/src/main/kotlin/org/jetbrains/kotlinx/spark/examples/streaming/JupyterStreamingExample.ipynb ) .
102105
103106## Kotlin for Apache Spark features
104107
You can’t perform that action at this time.
0 commit comments