-
Notifications
You must be signed in to change notification settings - Fork 148
Open
Labels
bugSomething isn't workingSomething isn't workingexperimentalTickets tied to experimental features.Tickets tied to experimental features.priority: lowspark
Description
Version(s)
1.8.5/nightly
Describe the bug
Spark 3.3 standalone tests started to malfunction on Mac workflows on the CI
To Reproduce
https://github.com/VirtusLab/scala-cli/actions/runs/17261530736/job/49039540937
[133] Exception in thread "main" org.apache.spark.SparkException: Invalid Spark URL: spark://HeartbeatReceiver@sat12-jr307_671a11a6-43ce-4d5a-8cd7-d4814f790be9-D254CBA89596.local:50411
[133] at org.apache.spark.rpc.RpcEndpointAddress$.apply(RpcEndpointAddress.scala:66)
[133] at org.apache.spark.rpc.netty.NettyRpcEnv.asyncSetupEndpointRefByURI(NettyRpcEnv.scala:140)
[133] at org.apache.spark.rpc.RpcEnv.setupEndpointRefByURI(RpcEnv.scala:102)
[133] at org.apache.spark.rpc.RpcEnv.setupEndpointRef(RpcEnv.scala:110)
[133] at org.apache.spark.util.RpcUtils$.makeDriverRef(RpcUtils.scala:36)
[133] at org.apache.spark.executor.Executor.<init>(Executor.scala:244)
[133] at org.apache.spark.scheduler.local.LocalEndpoint.<init>(LocalSchedulerBackend.scala:64)
[133] at org.apache.spark.scheduler.local.LocalSchedulerBackend.start(LocalSchedulerBackend.scala:132)
[133] at org.apache.spark.scheduler.TaskSchedulerImpl.start(TaskSchedulerImpl.scala:222)
[133] at org.apache.spark.SparkContext.<init>(SparkContext.scala:585)
[133] at org.apache.spark.SparkContext$.getOrCreate(SparkContext.scala:2704)
[133] at org.apache.spark.sql.SparkSession$Builder.$anonfun$getOrCreate$2(SparkSession.scala:953)
[133] at scala.Option.getOrElse(Option.scala:201)
[133] at org.apache.spark.sql.SparkSession$Builder.getOrCreate(SparkSession.scala:947)
[133] at SparkJob$.main(SparkJob.scala:8)
[133] at SparkJob.main(SparkJob.scala)
[133] at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
[133] at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
[133] at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
[133] at java.lang.reflect.Method.invoke(Method.java:498)
[133] at org.apache.spark.deploy.JavaMainApplication.start(SparkApplication.scala:52)
[133] at org.apache.spark.deploy.SparkSubmit.org$apache$spark$deploy$SparkSubmit$$runMain(SparkSubmit.scala:958)
[133] at org.apache.spark.deploy.SparkSubmit.doRunMain$1(SparkSubmit.scala:180)
[133] at org.apache.spark.deploy.SparkSubmit.submit(SparkSubmit.scala:203)
[133] at org.apache.spark.deploy.SparkSubmit.doSubmit(SparkSubmit.scala:90)
[133] at org.apache.spark.deploy.SparkSubmit$$anon$2.doSubmit(SparkSubmit.scala:1046)
[133] at org.apache.spark.deploy.SparkSubmit$.main(SparkSubmit.scala:1055)
[133] at org.apache.spark.deploy.SparkSubmit.main(SparkSubmit.scala)
Expected behaviour
The tests should pass on all platforms.
Metadata
Metadata
Assignees
Labels
bugSomething isn't workingSomething isn't workingexperimentalTickets tied to experimental features.Tickets tied to experimental features.priority: lowspark