Github user vanzin commented on the issue:
https://github.com/apache/spark/pull/20192
```
$ mvn clean integration-test
-Dspark-distro-tgz=/work/apache/spark/spark-2.3.0-SNAPSHOT-bin-2.7.3.tgz
-DextraScalaTestArgs="-Dspark.kubernetes.test.master=k8s://https://192.168.99.100:8443
-Dspark.docker.test.skipBuildImages=true
-Dspark.docker.test.driverImage=spark:master
-Dspark.docker.test.executorImage=spark:master
-Dspark.docker.test.initContainerImage=spark:master
-Dspark.docker.test.persistMinikube=true"
...
[INFO] --- scalatest-maven-plugin:1.0:test (integration-test) @
spark-kubernetes-integration-tests_2.11 ---
Discovery starting.
Discovery completed in 101 milliseconds.
Run starting. Expected test count is: 9
KubernetesSuite:
- Run SparkPi with no resources
- Run SparkPi with a very long application name.
- Run SparkPi with a master URL without a scheme.
- Run SparkPi with an argument.
- Run SparkPi using the remote example jar.
- Run SparkPi with custom driver pod name, labels, annotations, and
environment variables.
- Run SparkPi with a test secret mounted into the driver and executor pods
- Run SparkPi using the remote example jar with a test secret mounted into
the driver and executor pods
- Run PageRank using remote data file
Run completed in 3 minutes, 18 seconds.
```
---
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]