Skip to content

Commit 41af220

Browse files
committed
[SPARK-25809][K8S] Add extra profile to README
1 parent 0246ea1 commit 41af220

File tree

1 file changed

+4
-2
lines changed
  • resource-managers/kubernetes/integration-tests

1 file changed

+4
-2
lines changed

resource-managers/kubernetes/integration-tests/README.md

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,8 @@ title: Spark on Kubernetes Integration Tests
88
Note that the integration test framework is currently being heavily revised and
99
is 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
105106
properties 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 \

0 commit comments

Comments
 (0)