dongjoon-hyun commented on issue #27364: [SPARK-31394][K8S] Adds support for Kubernetes NFS volume mounts URL: https://github.com/apache/spark/pull/27364#issuecomment-613929329 It seems that one integration test fail. ``` - Start pod creation from template *** FAILED *** java.lang.AssertionError: assertion failed: Failed to execute /home/jenkins/workspace/SparkPullRequestBuilder-K8s/resource-managers/kubernetes/integration-tests/target/spark-dist-unpacked/bin/spark-submit --deploy-mode cluster --class org.apache.spark.examples.SparkPi --master k8s://https://192.168.39.69:8443/ --conf spark.testing=false --conf spark.kubernetes.driver.pod.name=spark-test-app-e4296fea03a3419faab6afa82d2281e0 --conf spark.kubernetes.driver.label.spark-app-locator=a53af28c2f214c4998f47fbb18936b51 --conf spark.authenticate=true --conf spark.kubernetes.submission.waitAppCompletion=false --conf spark.kubernetes.executor.label.spark-app-locator=a53af28c2f214c4998f47fbb18936b51 --conf spark.kubernetes.driver.podTemplateFile=/home/jenkins/workspace/SparkPullRequestBuilder-K8s/resource-managers/kubernetes/integration-tests/target/test-classes/driver-template.yml --conf spark.kubernetes.namespace=f4ad67d069d74ca6bf3271e1c95168a3 --conf spark.kubernetes.authenticate.driver.serviceAccountName=default --conf spark.app.name=spark-test-app --conf spark.ui.enabled=true --conf spark.executors.instances=1 --conf spark.kubernetes.container.image=docker.io/kubespark/spark:13e26fbf-81a4-4f55-a5a1-290464ab08a9 --conf spark.master=k8s://https://192.168.39.69:8443/ --conf spark.kubernetes.executor.podTemplateFile=/home/jenkins/workspace/SparkPullRequestBuilder-K8s/resource-managers/kubernetes/integration-tests/target/test-classes/executor-template.yml --conf spark.executor.cores=1 local:///opt/spark/examples/jars/spark-examples_2.12-3.1.0-SNAPSHOT.jar() at scala.Predef$.assert(Predef.scala:223) at org.apache.spark.deploy.k8s.integrationtest.ProcessUtils$.executeProcess(ProcessUtils.scala:48) at org.apache.spark.deploy.k8s.integrationtest.SparkAppLauncher$.launch(KubernetesTestComponents.scala:134) at org.apache.spark.deploy.k8s.integrationtest.KubernetesSuite.runSparkApplicationAndVerifyCompletion(KubernetesSuite.scala:357) at org.apache.spark.deploy.k8s.integrationtest.KubernetesSuite.runSparkPiAndVerifyCompletion(KubernetesSuite.scala:169) at org.apache.spark.deploy.k8s.integrationtest.PodTemplateSuite.$anonfun$$init$$1(PodTemplateSuite.scala:33) at scala.runtime.java8.JFunction0$mcV$sp.apply(JFunction0$mcV$sp.java:23) at org.scalatest.OutcomeOf.outcomeOf(OutcomeOf.scala:85) at org.scalatest.OutcomeOf.outcomeOf$(OutcomeOf.scala:83) at org.scalatest.OutcomeOf$.outcomeOf(OutcomeOf.scala:104) ... ```
---------------------------------------------------------------- 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]
