dongjoon-hyun commented on a change in pull request #28015:
[SPARK-31244][K8S][TEST] Use Minio instead of Ceph in K8S DepsTestsSuite
URL: https://github.com/apache/spark/pull/28015#discussion_r398119557
##########
File path:
resource-managers/kubernetes/integration-tests/src/test/scala/org/apache/spark/deploy/k8s/integrationtest/DepsTestsSuite.scala
##########
@@ -59,13 +58,14 @@ private[spark] trait DepsTestsSuite { k8sSuite:
KubernetesSuite =>
).asJava
new ContainerBuilder()
- .withImage("ceph/daemon:v4.0.3-stable-4.0-nautilus-centos-7-x86_64")
+ .withImage("minio/minio:latest")
.withImagePullPolicy("Always")
.withName(cName)
+ .withArgs("server", "/data")
Review comment:
Yes, right! `minio` docker image needs these argument.
----------------------------------------------------------------
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.
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]