From 452ccd88fde1c1be1a7398f04536dde9a916a300 Mon Sep 17 00:00:00 2001 From: Darek Date: Tue, 5 Jul 2022 15:23:14 -0400 Subject: [PATCH] Update docs/using/specifics.md Co-authored-by: Ayaz Salikhov --- docs/using/specifics.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/using/specifics.md b/docs/using/specifics.md index 35cacf24..4ec07a1b 100644 --- a/docs/using/specifics.md +++ b/docs/using/specifics.md @@ -41,7 +41,7 @@ ipython profile create You can build a `pyspark-notebook` image (and also the downstream `all-spark-notebook` image) with a different version of Spark by overriding the default value of the following arguments at build time. -- Spark distribution is defined by the combination of Spark, Hadoop and Scala version and verified by the package checksum, +- Spark distribution is defined by the combination of Spark, Hadoop and Scala versions and verified by the package checksum, see [Download Apache Spark](https://spark.apache.org/downloads.html) and the [archive repo](https://archive.apache.org/dist/spark/) for more information. - `spark_version`: The Spark version to install (`3.3.0`). - `hadoop_version`: The Hadoop version (`3.2`).