From 657ca8aa53067f57978aba947fc39f20686b581b Mon Sep 17 00:00:00 2001 From: Jan Frenzel <jan.frenzel@tu-dresden.de> Date: Thu, 29 Jul 2021 14:26:27 +0200 Subject: [PATCH] Fixed formatting of admonitions; Corrected title of big_data_frameworks.md. --- .../docs/software/big_data_frameworks.md | 9 ++++++--- 1 file changed, 6 insertions(+), 3 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 ca8086632..4cab03fe1 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 @@ -1,4 +1,4 @@ -# BIG DATA FRAMEWORKS: APACHE SPARK, APACHE FLINK, APACHE HADOOP +# Big Data Frameworks: Apache Spark, Apache Flink, Apache Hadoop !!! note @@ -87,8 +87,9 @@ spark-submit --class org.apache.spark.examples.SparkPi $SPARK_HOME/examples/jars ``` !!! warning - Please do not delete the directory `cluster-conf-<JOB_ID>` while the job is still - running. This may lead to errors. + + Please do not delete the directory `cluster-conf-<JOB_ID>` while the job is still + running. This may lead to errors. ## Batch jobs @@ -157,6 +158,7 @@ have created an example notebook that you can use as a starting point for convenience: [SparkExample.ipynb](misc/SparkExample.ipynb) !!! note + You could work with simple examples in your home directory but according to the [storage concept](../data_lifecycle/hpc_storage_concept2019.md) **please use [workspaces](../data_lifecycle/workspaces.md) for @@ -222,5 +224,6 @@ A: Please check the work capability on a simple example. The source of warnings could be ssh etc, and it could be not affecting the frameworks !!! help + If you have questions or need advice, please see [https://www.scads.ai/services](https://www.scads.ai/services) or contact the HPC support. -- GitLab