Skip to content

Commit 1be27dd

Browse files
committed
Added Jupyter streaming example
1 parent 5108508 commit 1be27dd

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

README.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff 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

9494
There 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

9698
To use Spark Streaming abilities, instead use
9799
```jupyterpython
98100
%use spark-streaming
99101
```
100102
This does not start a Spark session right away, meaning you can call `withSparkStreaming(batchDuration) {}`
101103
in 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

0 commit comments

Comments
 (0)