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

Getting Errors #87

Open
holson1980 opened this issue Jan 24, 2023 · 2 comments
Open

Getting Errors #87

holson1980 opened this issue Jan 24, 2023 · 2 comments

Comments

@holson1980
Copy link

Hi, I have cloned this project and wanted to learn its capabilities. So, I ran a test case inside the examples folder and got error:

java.lang.IllegalAccessError: class org.apache.spark.storage.StorageUtils$ (in unnamed module @0x7f63425a) cannot access class sun.nio.ch.DirectBuffer (in module java.base) because module java.base does not export sun.nio.ch to unnamed module @0x7f63425a

Besides that, I was going to try comparing 2 CSV flies in locally and see differences in the outcome report. Could someone, please assist me with the issue?
Thank you in advance!

@matthewgillett
Copy link
Collaborator

matthewgillett commented Feb 4, 2023

Hello, what version of Java are you running with?

Please see the following if you are using Java 17, which should help you get it running without error:
https://stackoverflow.com/questions/73465937/apache-spark-3-3-0-breaks-on-java-17-with-cannot-access-class-sun-nio-ch-direct

@holson1980
Copy link
Author

Hi Matthew, I am using java version "18.0.1.1"

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