-
Notifications
You must be signed in to change notification settings - Fork 23
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
CIDER + Spark2 = ClassNotFoundException: com.sun.javadoc.ConstructorDoc #40
Comments
What version of Spark are you using? Just a hunch, but with Spark 2.x your project needs |
I'm using spark 2.1 from Google DataProc cloud services and kryo 4.0.0
|
|
Cider seems to has a dependency on tools.jar (the missing class is part of it) and it's only available on JDK not JRE. So I guess some namespaces should be blacklisted to not be sent to workers. |
According to the above i'm on jdk "Using Scala version 2.11.8 (OpenJDK 64-Bit Server VM, Java 1.8.0_121)" maybe kyro serialization could ignore, or have registered com.sun.javadoc.ConstructorDoc, although I have limited knowledge here. |
CIDER session
error =>
The text was updated successfully, but these errors were encountered: