You are viewing a plain text version of this content. The canonical link for it is here.
Posted to reviews@spark.apache.org by GitBox <gi...@apache.org> on 2022/03/09 02:06:39 UTC

[GitHub] [spark] Yikun commented on a change in pull request #35772: [SPARK-38452][K8S][TESTS] Support pyDockerfile and rDockerfile in SBT K8s IT

Yikun commented on a change in pull request #35772:
URL: https://github.com/apache/spark/pull/35772#discussion_r822228161



##########
File path: resource-managers/kubernetes/integration-tests/README.md
##########
@@ -288,6 +288,16 @@ The following is an example to rerun tests with the pre-built image.
         -Dspark.kubernetes.test.imageTag=2022-03-06 \
         'kubernetes-integration-tests/runIts'
 
+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 \
+        -Dspark.kubernetes.test.rDockerFile=/path/to/Dockerfile.r \
+        'kubernetes-integration-tests/test'

Review comment:
       done, :)




-- 
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: reviews-unsubscribe@spark.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



---------------------------------------------------------------------
To unsubscribe, e-mail: reviews-unsubscribe@spark.apache.org
For additional commands, e-mail: reviews-help@spark.apache.org