rvesse commented on a change in pull request #23846: [SPARK-26729][K8S] Make
image names under test configurable
URL: https://github.com/apache/spark/pull/23846#discussion_r259486965
##########
File path: resource-managers/kubernetes/integration-tests/pom.xml
##########
@@ -148,6 +148,9 @@
<spark.kubernetes.test.master>${spark.kubernetes.test.master}</spark.kubernetes.test.master>
<spark.kubernetes.test.namespace>${spark.kubernetes.test.namespace}</spark.kubernetes.test.namespace>
<spark.kubernetes.test.serviceAccountName>${spark.kubernetes.test.serviceAccountName}</spark.kubernetes.test.serviceAccountName>
+
<spark.kubernetes.test.jvmImage>${spark.kubernetes.test.jvmImage}</spark.kubernetes.test.jvmImage>
Review comment:
I think we can add corresponding arguments to the `integration-test.sh`
script similar to what is supported currently per @skonto's comment. I will
update with that and other requested changes next week because I have to go
catch a plane right now
----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on GitHub and use the
URL above to go to the specific comment.
For queries about this service, please contact Infrastructure at:
[email protected]
With regards,
Apache Git Services
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]