From fc8e7140ea0d6145661f6ad9000e0eb01b0a4eee Mon Sep 17 00:00:00 2001 From: Elias Werner <eliwerner3@googlemail.com> Date: Wed, 15 Dec 2021 17:34:58 +0100 Subject: [PATCH] make linter happy --- doc.zih.tu-dresden.de/docs/software/big_data_frameworks.md | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/doc.zih.tu-dresden.de/docs/software/big_data_frameworks.md b/doc.zih.tu-dresden.de/docs/software/big_data_frameworks.md index d409f33c1..da68d5258 100644 --- a/doc.zih.tu-dresden.de/docs/software/big_data_frameworks.md +++ b/doc.zih.tu-dresden.de/docs/software/big_data_frameworks.md @@ -237,7 +237,7 @@ example below: ## Jupyter Notebook -You can run Jupyter notebooks with Spark and Flink on the ZIH systems in a similar way as described +You can run Jupyter notebooks with Spark and Flink on the ZIH systems in a similar way as described on the [JupyterHub](../access/jupyterhub.md) page. ### Spawning a Notebook @@ -255,11 +255,10 @@ module: Flink/1.12.3-Java-1.8.0_161-OpenJDK-Python-3.7.4-GCCcore-8.3.0 ``` - When your Jupyter instance is started, you can set up Spark/Flink. Since the setup in the notebook requires more steps than in an interactive session, we have created example notebooks that you can -use as a starting point for convenience: -[SparkExample.ipynb](misc/SparkExample.ipynb), +use as a starting point for convenience: +[SparkExample.ipynb](misc/SparkExample.ipynb), [FlinkExample.ipynb](misc/FlinkExample.ipynb) !!! warning -- GitLab