Skip to content
Closed
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 4 additions & 4 deletions resource-managers/kubernetes/integration-tests/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ directory:

./dev/dev-run-integration-tests.sh

To run tests with Java 11 instead of Java 8, use `--java-image-tag` to specify the base image.
To run tests with Java 21 instead of Java 17, use `--java-image-tag` to specify the base image.

./dev/dev-run-integration-tests.sh --java-image-tag 11-jre-slim

Expand Down Expand Up @@ -130,7 +130,7 @@ properties to Maven. For example:
mvn integration-test -am -pl :spark-kubernetes-integration-tests_2.13 \
-Pkubernetes -Pkubernetes-integration-tests \
-Phadoop-3 -Dhadoop.version=3.3.6 \
-Dspark.kubernetes.test.sparkTgz=spark-3.0.0-SNAPSHOT-bin-example.tgz \
-Dspark.kubernetes.test.sparkTgz=spark-4.0.0-SNAPSHOT-bin-example.tgz \
-Dspark.kubernetes.test.imageTag=sometag \
-Dspark.kubernetes.test.imageRepo=docker.io/somerepo \
-Dspark.kubernetes.test.namespace=spark-int-tests \
Expand Down Expand Up @@ -198,9 +198,9 @@ to the wrapper scripts and using the wrapper scripts will simply set these appro
<tr>
<td><code>spark.kubernetes.test.javaImageTag</code></td>
<td>
A specific OpenJDK base image tag to use, when set uses it instead of 8-jre-slim.
A specific OpenJDK base image tag to use, when set uses it instead of azul/zulu-openjdk.
</td>
<td><code>8-jre-slim</code></td>
<td><code>azul/zulu-openjdk</code></td>
</tr>
<tr>
<td><code>spark.kubernetes.test.imageTagFile</code></td>
Expand Down