-
Notifications
You must be signed in to change notification settings - Fork 18
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
Apache Spark Issue #2
Comments
Hi,
in my case it solved this error. But after that I got another error when I re-run the command:
I got:
I also need help ! |
Thanks! I ran the 1st command and reran the
and got the same error you received above... let me know if you know how to fix this. |
looking here https://stackoverflow.com/questions/52115055/spark-error-java-lang-noclassdeffounderror-org-apache-spark-sql-sources-v2-st it says to add the new spark jar. not sure how to do that either though |
it worked for me with this jar version
|
Did anyone got resolution? |
I was also facing the same issue, resolved by using the correct version of Just download the jar from Maven Repository and use it with You can also provide the same via |
In this section of the zepplin notebook:
Create a Structured Streaming Dataset that consumes the data from a "neo4j" topic (the default topic of the CDC)
when running the command:
i get the following error:
Its like apache spark isnt installed at all, then i dug into the docker file and didnt see reference to it. Im an a complete noob to this and just wanted to understand this conceptually and do not have much exposure to proper configuration. any help is greatly appreciated.
The text was updated successfully, but these errors were encountered: