Yikun commented on pull request #31923:
URL: https://github.com/apache/spark/pull/31923#issuecomment-804023215
```
- 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/5b12a03f6e2c40308f8c12bf4d9ea3e3/pods/spark-test-app-f99d40879bc94e569c8ae32b79a88970/log?pretty=false.
Message: container "spark-kubernetes-driver" in pod
"spark-test-app-f99d40879bc94e569c8ae32b79a88970" 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-f99d40879bc94e569c8ae32b79a88970" 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 there are still some other errors triggerd, looks like unrelated.
--
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]