-
Notifications
You must be signed in to change notification settings - Fork 241
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
Create NotebookSparkSession error on windows #1082
Comments
@AnhQuanTran I think that originates from the way Almond is installed. I think the current documentation is misguiding… I'm planning to update it soon. In the mean time, if you use |
@alexarchambault
It's seem, almond can't detect spark config in spark-default file and hadoop config in etc/hadoop folder. Nothing happened after i run create session. |
Finally, it raise an exception like this. It's seem connect to timeline server is issue, but when i run spark-shell from prompt, it still working
|
@alexarchambault Hi, i use spark 3.2.2 and scala 2.12.15. What version almond is compatible with these? I tried almond 0.13.9 but it error: java.lang.NoClassDefFoundError: org/apache/logging/log4j/LogManager |
Hi,
I setup almond sh kernel for jupyter-lab on windows. It work well when run scala code. But when i create NotebookSparkSession, i facing an issue like that
Error
java.lang.IllegalArgumentException: java.net.URISyntaxException: Relative path in absolute URI: jar:file:/D:/Users/<user-name>/AppData/Roaming/jupyter/kernels/scala/launcher.jar!/coursier/bootstrap/launcher/jars/ammonite-compiler-interface_2.12.10-2.5.6-4-4a07420b-sources.jar!
The first jar file is launcher: D:/Users//AppData/Roaming/jupyter/kernels/scala/launcher.jar
The second jar file is a class in launcher.jar: /coursier/bootstrap/launcher/jars/ammonite-compiler-interface_2.12.10-2.5.6-4-4a07420b-sources.jar!`
Version:
Steps setup kernel:
how can i fix it. thank you
The text was updated successfully, but these errors were encountered: