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
2018-08-03 12:49:01 ERROR ExecutorClassLoader:91 - Failed to check existence of class <root>.package on REPL class server at spark://dc5457f81c19:39449/classes
java.net.URISyntaxException: Illegal character in path at index 35: spark://dc5457f81c19:39449/classes/<root>/package.class
Note that the same code, typed directly in a spark-shell session (launched using a terminal from Jupyter) gives the correct result.
The text was updated successfully, but these errors were encountered:
Transfer from jupyter/docker-stacks#690
What docker image you are using?
jupyter/all-spark-notebook
What complete docker command do you run to launch the container (omitting sensitive values)?
docker run -it --rm -p 8888:8888 -v "$PWD":/home/jovyan/work jupyter/all-spark-notebook
What steps do you take once the container is running to reproduce the issue?
What do you expect to happen?
We should have the following result:
What actually happens?
It fails with the following exception:
Note that the same code, typed directly in a spark-shell session (launched using a terminal from Jupyter) gives the correct result.
The text was updated successfully, but these errors were encountered: