Yikun commented on a change in pull request #35772:
URL: https://github.com/apache/spark/pull/35772#discussion_r822276528
##########
File path: resource-managers/kubernetes/integration-tests/README.md
##########
@@ -294,3 +294,13 @@ In addition, you can run a single test selectively.
-Dspark.kubernetes.test.deployMode=docker-desktop \
-Dspark.kubernetes.test.imageTag=2022-03-06 \
'kubernetes-integration-tests/testOnly -- -z "Run SparkPi with a very
long application name"'
+
+You can also specify your specific dockerfile to build JVM/Python/R based
image to test.
+
+ build/sbt -Psparkr -Pkubernetes -Pkubernetes-integration-tests \
+ -Dtest.exclude.tags=minikube \
+ -Dspark.kubernetes.test.deployMode=docker-desktop \
+ -Dspark.kubernetes.test.DockerFile=/path/to/Dockerfile \
+ -Dspark.kubernetes.test.pyDockerFile=/path/to/Dockerfile.py \
Review comment:
/path/to/py/Dockerfile
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]