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 2019/07/22 08:36:55 UTC

[GitHub] [spark] skonto commented on a change in pull request #25222: [SPARK-28465][K8s] Fix integration tests which fail due to missing ceph-nano image

skonto commented on a change in pull request #25222: [SPARK-28465][K8s] Fix integration tests which fail due to missing ceph-nano image
URL: https://github.com/apache/spark/pull/25222#discussion_r305730042
 
 

 ##########
 File path: resource-managers/kubernetes/integration-tests/src/test/scala/org/apache/spark/deploy/k8s/integrationtest/DepsTestsSuite.scala
 ##########
 @@ -63,7 +63,7 @@ private[spark] trait DepsTestsSuite { k8sSuite: KubernetesSuite =>
     ).asJava
 
     new ContainerBuilder()
-      .withImage("ceph/daemon:v4.0.0-stable-4.0-master-centos-7-x86_64")
+      .withImage("ceph/daemon:latest")
 
 Review comment:
   @felixcheung Nope but if it does I can ping the guys on ceph-nano to help. The other way is to push an image somewhere and use that. Is there a dockerhub repo which we can use?

----------------------------------------------------------------
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:
users@infra.apache.org


With regards,
Apache Git Services

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