Ngone51 commented on pull request #31923:
URL: https://github.com/apache/spark/pull/31923#issuecomment-806304063


   Hi all, I'd like to get your continued attention on the K8s integration test 
issue. After this PR fixed the gnupg installation issue, another issue shows 
up, which is almost a constant failure:
   
   ```shell
   - Run SparkR on simple dataframe.R example *** FAILED ***
     io.fabric8.kubernetes.client.KubernetesClientException: Failure executing: 
GET at: 
https://192.168.39.219:8443/api/v1/namespaces/b80cb1250aba4d92a99fc87b609b2328/pods/spark-test-app-411d038edc8b4e9b8e3761052cd44bd8/log?pretty=false.
 Message: container "spark-kubernetes-driver" in pod 
"spark-test-app-411d038edc8b4e9b8e3761052cd44bd8" is waiting to start: trying 
and failing to pull image. Received status: Status(apiVersion=v1, code=400, 
details=null, kind=Status, message=container "spark-kubernetes-driver" in pod 
"spark-test-app-411d038edc8b4e9b8e3761052cd44bd8" is waiting to start: trying 
and failing to pull image, metadata=ListMeta(_continue=null, 
remainingItemCount=null, resourceVersion=null, selfLink=null, 
additionalProperties={}), reason=BadRequest, status=Failure, 
additionalProperties={}).
     at 
io.fabric8.kubernetes.client.dsl.base.OperationSupport.requestFailure(OperationSupport.java:570)
     at 
io.fabric8.kubernetes.client.dsl.base.OperationSupport.assertResponseCode(OperationSupport.java:509)
     at 
io.fabric8.kubernetes.client.dsl.internal.core.v1.PodOperationsImpl.doGetLog(PodOperationsImpl.java:189)
     at 
io.fabric8.kubernetes.client.dsl.internal.core.v1.PodOperationsImpl.getLog(PodOperationsImpl.java:198)
     at 
io.fabric8.kubernetes.client.dsl.internal.core.v1.PodOperationsImpl.getLog(PodOperationsImpl.java:85)
     at 
org.apache.spark.deploy.k8s.integrationtest.KubernetesSuite.$anonfun$logForFailedTest$3(KubernetesSuite.scala:89)
     at org.apache.spark.internal.Logging.logInfo(Logging.scala:57)
     at org.apache.spark.internal.Logging.logInfo$(Logging.scala:56)
     at org.apache.spark.SparkFunSuite.logInfo(SparkFunSuite.scala:61)
     at 
org.apache.spark.deploy.k8s.integrationtest.KubernetesSuite.$anonfun$logForFailedTest$2(KubernetesSuite.scala:86)
   ```
   
   And here is [PR](https://github.com/apache/spark/pull/31102) that has tried 
K8s integration test multiple times but all failed. 
   Could someone please help take a look? Thanks!


-- 
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]



---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to