Skip to content

Commit a92e7a1

Browse files
committed
Fix image name and add scala version.
1 parent 365b019 commit a92e7a1

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

docs/modules/spark-k8s/pages/index.adoc

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@ The Stackable Operator for Apache Spark on Kubernetes currently supports the fol
5858

5959
include::partial$supported-versions.adoc[]
6060

61-
The Spark images do not include Python. For PySpark users, there are separate images called `pyspark` instead of `spark`. These come with different Python versions as follows:
61+
The Spark images do not include Python. For PySpark users, there are separate images called `pyspark-k8s` instead of `spark-k8s`. These come with different Python versions as follows:
6262

63-
- pyspark:3.3.0-hadoop3 : Python 3.9
64-
- pyspark:3.4.0-hadoop3 : Python 3.11
63+
- pyspark-k8s:3.3.0-hadoop3 : Python 3.9
64+
- pyspark-k8s:3.4.0-hadoop3 : Python 3.11

docs/modules/spark-k8s/partials/supported-versions.adoc

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,5 +2,5 @@
22
// This is a separate file, since it is used by both the direct Spark documentation, and the overarching
33
// Stackable Platform documentation.
44

5-
- 3.3.0-hadoop3 (Hadoop 3.3.3, Java 11)
6-
- 3.4.0-hadoop3 (Hadoop 3.3.4, Java 11)
5+
- 3.3.0-hadoop3 (Hadoop 3.3.3, Scala 2.12, Java 11)
6+
- 3.4.0-hadoop3 (Hadoop 3.3.4, Scala 2.12, Java 11)

0 commit comments

Comments
 (0)