You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/using/specifics.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -44,7 +44,7 @@ You can build a `pyspark-notebook` image with a different `Spark` version by ove
44
44
45
45
- Spark distribution is defined by the combination of Spark, Hadoop, and Scala versions,
46
46
see [Download Apache Spark](https://spark.apache.org/downloads.html) and the [archive repo](https://archive.apache.org/dist/spark/) for more information.
47
-
-`openjdk_version`: The version of the OpenJDK (JRE headless) distribution (`17` by default).
47
+
-`openjdk_version`: The version of the OpenJDK (JRE headless) distribution (`21` by default).
48
48
- This version needs to match the version supported by the Spark distribution used above.
49
49
- See [Spark Overview](https://spark.apache.org/docs/latest/#downloading) and [Ubuntu packages](https://packages.ubuntu.com/search?keywords=openjdk).
50
50
-`spark_version` (optional): The Spark version to install, for example `3.5.0`.
0 commit comments