Skip to content
Closed
Changes from all commits
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
6 changes: 3 additions & 3 deletions resource-managers/kubernetes/integration-tests/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,9 +17,9 @@ To run tests with Java 11 instead of Java 8, use `--java-image-tag` to specify t

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

To run tests with Hadoop 3.2 instead of Hadoop 2.7, use `--hadoop-profile`.
To run tests with Hadoop 2.7 instead of Hadoop 3.2, use `--hadoop-profile`.

./dev/dev-run-integration-tests.sh --hadoop-profile hadoop-3.2
./dev/dev-run-integration-tests.sh --hadoop-profile hadoop-2.7

The minimum tested version of Minikube is 0.23.0. The kube-dns addon must be enabled. Minikube should
run with a minimum of 4 CPUs and 6G of memory:
Expand Down Expand Up @@ -126,7 +126,7 @@ If you prefer to run just the integration tests directly, then you can customise
properties to Maven. For example:

mvn integration-test -am -pl :spark-kubernetes-integration-tests_2.12 \
-Pkubernetes -Pkubernetes-integration-tests \
-Pkubernetes -Pkubernetes-integration-tests \
Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Removed this tailing white space in this PR so that we can copy, paste, edit and run.

-Phadoop-2.7 -Dhadoop.version=2.7.4 \
-Dspark.kubernetes.test.sparkTgz=spark-3.0.0-SNAPSHOT-bin-example.tgz \
-Dspark.kubernetes.test.imageTag=sometag \
Expand Down