Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update zeppelin image #26

Open
nachocab opened this issue Jan 9, 2024 · 1 comment
Open

Update zeppelin image #26

nachocab opened this issue Jan 9, 2024 · 1 comment

Comments

@nachocab
Copy link

nachocab commented Jan 9, 2024

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.

@newfront
Copy link
Owner

Let me look into it. Zeppelin as a project seems to be mostly dead at this point too. JupyterLab would be my choice if I had the option to go back in time! hindsight is 20/20.

Let me see if there is a good fix or solution. It is probably a collision in the classpath, Java version, Scala variant, and the internal Java runtime for zeppelin.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants