-
Notifications
You must be signed in to change notification settings - Fork 39
Description
Running with Spark 3.5 + scala 2.13 + java 20 failed
spylon need to be upgraded and recompiled for scala 2.13 ?
py4j.protocol.Py4JError: An error occurred while calling None.scala.tools.nsc.interpreter.IMain. Trace:
py4j.Py4JException: Constructor scala.tools.nsc.interpreter.IMain([class scala.tools.nsc.Settings, class java.io.PrintWriter]) does not exist
at py4j.reflection.ReflectionEngine.getConstructor(ReflectionEngine.java:180)
at py4j.reflection.ReflectionEngine.getConstructor(ReflectionEngine.java:197)
at py4j.Gateway.invoke(Gateway.java:237)
at py4j.commands.ConstructorCommand.invokeConstructor(ConstructorCommand.java:80)
at py4j.commands.ConstructorCommand.execute(ConstructorCommand.java:69)
at py4j.ClientServerConnection.waitForCommands(ClientServerConnection.java:182)
at py4j.ClientServerConnection.run(ClientServerConnection.java:106)
at java.base/java.lang.Thread.run(Thread.java:1623)