Re: IntelliJ Runtime error

2015-04-04 Thread Stephen Boesch
ks with me when I changed the dependencies from provided >> to >> compile. >> >> >> >> -- >> View this message in context: http://apache-spark- >> developers-list.1001551.n3.nabble.com/IntelliJ-Runtime- >> error-tp11383p11385.html >> Sent from t

Re: IntelliJ Runtime error

2015-04-04 Thread Cheng Lian
15 12:54 AM, sara mustafa wrote: Thank you, it works with me when I changed the dependencies from provided to compile. -- View this message in context: http://apache-spark-developers-list.1001551.n3.nabble.com/IntelliJ-Runtime-error-tp11383p11385.ht

RE: IntelliJ Runtime error

2015-04-03 Thread sara mustafa
Thank you, it works with me when I changed the dependencies from provided to compile. -- View this message in context: http://apache-spark-developers-list.1001551.n3.nabble.com/IntelliJ-Runtime-error-tp11383p11385.html Sent from the Apache Spark Developers List mailing list archive at

RE: IntelliJ Runtime error

2015-04-03 Thread java8964
You have to change most of dependences in the spark-example model from "provided" to "compile", so you can run the example in Intellij. Yong > Date: Fri, 3 Apr 2015 09:22:13 -0700 > From: eng.sara.must...@gmail.com > To: dev@spark.apache.org > Subject: IntelliJ Ru

IntelliJ Runtime error

2015-04-03 Thread sara mustafa
c.Launcher$AppClassLoader.loadClass(Launcher.java:308) at java.lang.ClassLoader.loadClass(ClassLoader.java:358) ... 7 more Could anyone help me please? -- View this message in context: http://apache-spark-developers-list.1001551.n3.nabble.com/IntelliJ-Runtime-error-tp11383.html