File tree Expand file tree Collapse file tree 1 file changed +4
-2
lines changed
resource-managers/kubernetes/integration-tests Expand file tree Collapse file tree 1 file changed +4
-2
lines changed Original file line number Diff line number Diff line change @@ -8,7 +8,8 @@ title: Spark on Kubernetes Integration Tests
88Note that the integration test framework is currently being heavily revised and
99is subject to change. Note that currently the integration tests only run with Java 8.
1010
11- The simplest way to run the integration tests is to install and run Minikube, then run the following:
11+ The simplest way to run the integration tests is to install and run Minikube, then run the following from this
12+ directory:
1213
1314 dev/dev-run-integration-tests.sh
1415
@@ -105,7 +106,8 @@ If you prefer to run just the integration tests directly, then you can customise
105106properties to Maven. For example:
106107
107108 mvn integration-test -am -pl :spark-kubernetes-integration-tests_2.11 \
108- -Pkubernetes -Phadoop-2.7 -Dhadoop.version=2.7.3 \
109+ -Pkubernetes -Pkubernetes-integration-tests \
110+ -Phadoop-2.7 -Dhadoop.version=2.7.3 \
109111 -Dspark.kubernetes.test.sparkTgz=spark-3.0.0-SNAPSHOT-bin-example.tgz \
110112 -Dspark.kubernetes.test.imageTag=sometag \
111113 -Dspark.kubernetes.test.imageRepo=docker.io/somerepo \
You can’t perform that action at this time.
0 commit comments