unsubscribe

2016-07-25 Thread milad bourhani

Unsubscribe

2016-06-25 Thread milad bourhani
Unsubscribe

ClassNotFoundException interpreting a Spark job

2016-01-16 Thread milad bourhani
Hi everyone, I’m trying to use the Scala interpreter, IMain, to interpret some Scala code that executes a job with Spark: @Test public void countToFive() throws ScriptException { SparkConf conf = new SparkConf().setAppName("Spark interpreter").setMaster("local[2]"); SparkContext sc =