You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I tried changing the zeppelin image in docker-compose-all.yaml to [apache/zeppelin:0.11.0](https://hub.docker.com/r/apache/zeppelin/tags) because my Spark version is 3.5.0, but I still got [this error](https://issues.apache.org/jira/browse/ZEPPELIN-5589):
#27
Open
newfront opened this issue
Jan 10, 2024
· 0 comments
I tried changing the zeppelin image in docker-compose-all.yaml to apache/zeppelin:0.11.0 because my Spark version is 3.5.0, but I still got this error:
org.apache.zeppelin.interpreter.InterpreterException: java.lang.NoSuchMethodError: scala.tools.nsc.Settings.usejavacp()Lscala/tools/nsc/settings/AbsSettings$AbsSetting;
at org.apache.zeppelin.interpreter.LazyOpenInterpreter.open(LazyOpenInterpreter.java:76)
at org.apache.zeppelin.interpreter.remote.RemoteInterpreterServer$InterpretJob.jobRun(RemoteInterpreterServer.java:833)
at org.apache.zeppelin.interpreter.remote.RemoteInterpreterServer$InterpretJob.jobRun(RemoteInterpreterServer.java:741)
at org.apache.zeppelin.scheduler.Job.run(Job.java:172)
I've given up on Zeppelin for now, but you might want to consider it for a next edition of the book.
I tried changing the zeppelin image in
docker-compose-all.yaml
toapache/zeppelin:0.11.0
because my Spark version is 3.5.0, but I still got this error:I've given up on Zeppelin for now, but you might want to consider it for a next edition of the book.
Originally posted by @nachocab in #26
The text was updated successfully, but these errors were encountered: