Potential conflict with org.iq80.snappy in Spark 1.6.0 environment?

2016-03-18 Thread vasu20
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

Newbie question - Help with runtime error on augmentString

2016-03-11 Thread vasu20
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