Hi,
I have some code that parses a snappy thrift file for objects. This code
works fine when run standalone (outside of the Spark environment). However,
when running from within Spark, I get an IllegalAccessError exception from
the org.iq80.snappy package. Has anyone else seen this error and/or
Hi
Any help appreciated on this. I am trying to write a Spark program using
IntelliJ. I get a run time error as soon as new SparkConf() is called from
main. Top few lines of the exception are pasted below.
These are the following versions:
Spark jar: spark-assembly-1.6.0-hadoop2.6.0.jar
pom: