More clear docs

This commit is contained in:
Ayaz Salikhov
2023-07-11 14:24:41 +04:00
parent a7781fb90a
commit d60cf610fd

View File

@@ -39,8 +39,8 @@ ipython profile create
### Build an Image with a Different Version of Spark ### 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. You can build a `pyspark-notebook` image with a different `Spark` version 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`). `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, - 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. see [Download Apache Spark](https://spark.apache.org/downloads.html) and the [archive repo](https://archive.apache.org/dist/spark/) for more information.