Thanks Cheng. Yes, the problem is that the way to set up to run inside
Intellij changes v frequently. It is unfortunately not simply a one-time
investment to get IJ debugging working properly: the steps required are a
moving target approximately monthly to bi-monthly.
Doing remote debugging is pr
I found in general it's a pain to build/run Spark inside IntelliJ IDEA.
I guess most people resort to this approach so that they can leverage
the integrated debugger to debug and/or learn Spark internals. A more
convenient way I'm using recently is resorting to the remote debugging
feature. In
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 Nabble.c
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 Runtime error
>
> Hi,
>
> I have