sunchao commented on PR #37281:
URL: https://github.com/apache/spark/pull/37281#issuecomment-1204789456

   Some tests are failing with the following error:
   ```
   [info] :: USE VERBOSE OR DEBUG MESSAGE LEVEL FOR MORE DETAILS
   
[3970](https://github.com/sunchao/spark/runs/7660949772?check_suite_focus=true#step:9:3971)
   [info] Exception in thread "main" java.lang.RuntimeException: [unresolved 
dependency: org.apache.hadoop#hadoop-aws;3.3.4: not found]
   
[3971](https://github.com/sunchao/spark/runs/7660949772?check_suite_focus=true#step:9:3972)
   [info]       at 
org.apache.spark.deploy.SparkSubmitUtils$.resolveMavenCoordinates(SparkSubmit.scala:1458)
   
[3972](https://github.com/sunchao/spark/runs/7660949772?check_suite_focus=true#step:9:3973)
   [info]       at 
org.apache.spark.util.DependencyUtils$.resolveMavenDependencies(DependencyUtils.scala:185)
   
[3973](https://github.com/sunchao/spark/runs/7660949772?check_suite_focus=true#step:9:3974)
   [info]       at 
org.apache.spark.deploy.SparkSubmit.prepareSubmitEnvironment(SparkSubmit.scala:308)
   
[3974](https://github.com/sunchao/spark/runs/7660949772?check_suite_focus=true#step:9:3975)
   [info]       at 
org.apache.spark.deploy.SparkSubmit.org$apache$spark$deploy$SparkSubmit$$runMain(SparkSubmit.scala:901)
   
[3975](https://github.com/sunchao/spark/runs/7660949772?check_suite_focus=true#step:9:3976)
   [info]       at 
org.apache.spark.deploy.SparkSubmit.doRunMain$1(SparkSubmit.scala:180)
   
[3976](https://github.com/sunchao/spark/runs/7660949772?check_suite_focus=true#step:9:3977)
   [info]       at 
org.apache.spark.deploy.SparkSubmit.submit(SparkSubmit.scala:203)
   
[3977](https://github.com/sunchao/spark/runs/7660949772?check_suite_focus=true#step:9:3978)
   [info]       at 
org.apache.spark.deploy.SparkSubmit.doSubmit(SparkSubmit.scala:90)
   
[3978](https://github.com/sunchao/spark/runs/7660949772?check_suite_focus=true#step:9:3979)
   [info]       at 
org.apache.spark.deploy.SparkSubmit$$anon$2.doSubmit(SparkSubmit.scala:1048)
   
[3979](https://github.com/sunchao/spark/runs/7660949772?check_suite_focus=true#step:9:3980)
   [info]       at 
org.apache.spark.deploy.SparkSubmit$.main(SparkSubmit.scala:1057)
   
[3980](https://github.com/sunchao/spark/runs/7660949772?check_suite_focus=true#step:9:3981)
   [info]       at org.apache.spark.deploy.SparkSubmit.main(SparkSubmit.scala)
   
[3981](https://github.com/sunchao/spark/runs/7660949772?check_suite_focus=true#step:9:3982)
   [info]   at scala.Predef$.assert(Predef.scala:223)
   
[3982](https://github.com/sunchao/spark/runs/7660949772?check_suite_focus=true#step:9:3983)
   [info]   at 
org.apache.spark.deploy.k8s.integrationtest.ProcessUtils$.executeProcess(ProcessUtils.scala:54)
   
[3983](https://github.com/sunchao/spark/runs/7660949772?check_suite_focus=true#step:9:3984)
   [info]   at 
org.apache.spark.deploy.k8s.integrationtest.SparkAppLauncher$.launch(KubernetesTestComponents.scala:136)
   
[3984](https://github.com/sunchao/spark/runs/7660949772?check_suite_focus=true#step:9:3985)
   [info]   at 
org.apache.spark.deploy.k8s.integrationtest.KubernetesSuite.runSparkApplicationAndVerifyCompletion(KubernetesSuite.scala:457)
   
[3985](https://github.com/sunchao/spark/runs/7660949772?check_suite_focus=true#step:9:3986)
   [info]   at 
org.apache.spark.deploy.k8s.integrationtest.KubernetesSuite.runSparkRemoteCheckAndVerifyCompletion(KubernetesSuite.scala:290)
   
[3986](https://github.com/sunchao/spark/runs/7660949772?check_suite_focus=true#step:9:3987)
   [info]   at 
org.apache.spark.deploy.k8s.integrationtest.DepsTestsSuite.$anonfun$$init$$2(DepsTestsSuite.scala:166)
   
[3987](https://github.com/sunchao/spark/runs/7660949772?check_suite_focus=true#step:9:3988)
   [info]   at 
org.apache.spark.deploy.k8s.integrationtest.DepsTestsSuite.tryDepsTest(DepsTestsSuite.scala:328)
   
[3988](https://github.com/sunchao/spark/runs/7660949772?check_suite_focus=true#step:9:3989)
   [info]   at 
org.apache.spark.deploy.k8s.integrationtest.DepsTestsSuite.$anonfun$$init$$1(DepsTestsSuite.scala:160)
   
[3989](https://github.com/sunchao/spark/runs/7660949772?check_suite_focus=true#step:9:3990)
   [info]   at 
scala.runtime.java8.JFunction0$mcV$sp.apply(JFunction0$mcV$sp.java:23)
   
[3990](https://github.com/sunchao/spark/runs/7660949772?check_suite_focus=true#step:9:3991)
   ```
   
   Will take a look. cc @steveloughran .


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

To unsubscribe, e-mail: [email protected]

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