Yeah, lots of libraries needs to be changed to compile in order to run the
examples in intellij.
Thanks,
Xiaohe
On Mon, Aug 17, 2015 at 10:01 AM, Jeff Zhang wrote:
> Check module example's dependency (right click examples and click Open
> Modules Settings), by default scala-library is provided,
Check module example's dependency (right click examples and click Open
Modules Settings), by default scala-library is provided, you need to change
it to compile to run SparkPi in Intellij. As I remember, you also need to
change guava and jetty related library to compile too.
On Mon, Aug 17, 2015 a
Hi,
I am trying to run SparkPi in Intellij and getting NoClassDefFoundError.
Anyone else saw this issue before ?
Exception in thread "main" java.lang.NoClassDefFoundError:
scala/collection/Seq
at org.apache.spark.examples.SparkPi.main(SparkPi.scala)
at sun.reflect.NativeMethodAccessorImpl.invoke0