From d60cf610fd213b6467cae00914f11c78b3a8e7c5 Mon Sep 17 00:00:00 2001 From: Ayaz Salikhov Date: Tue, 11 Jul 2023 14:24:41 +0400 Subject: [PATCH] More clear docs --- docs/using/specifics.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/using/specifics.md b/docs/using/specifics.md index 0155c294..53dc0e40 100644 --- a/docs/using/specifics.md +++ b/docs/using/specifics.md @@ -39,8 +39,8 @@ ipython profile create ### Build an Image with a Different Version of Spark -You can build a `pyspark-notebook` image with a different version of Spark by overriding the default value of the following arguments at build time. -If you want to build `all-spark-notebook` with a different version, you have to build `pyspark-notebook` first with the version you want and then build `all-spark-notebook` (which is inherited from `pyspark-notebook`). +You can build a `pyspark-notebook` image with a different `Spark` version by overriding the default value of the following arguments at build time. +`all-spark-notebook` is inherited from `pyspark-notebook`, so you have to first build `pyspark-notebook` and then `all-spark-notebook` to get the same version in `all-spark-notebook`. - 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.