MegaSparkDiff
MegaSparkDiff copied to clipboard
Getting Errors
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!
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
Hi Matthew, I am using java version "18.0.1.1"