Take a look at
https://cwiki.apache.org/confluence/display/SPARK/Useful+Developer+Tools#UsefulDeveloperTools-Eclipse
On Wed, Jul 8, 2015 at 7:47 AM, Daniel Siegmann wrote:
> To set up Eclipse for Spark you should install the Scala IDE plugins:
> http://scala-ide.org/download/current.html
>
> De
To set up Eclipse for Spark you should install the Scala IDE plugins:
http://scala-ide.org/download/current.html
Define your project in Maven with Scala plugins configured (you should be
able to find documentation online) and import as an existing Maven project.
The source code should be in src/ma
Hello Prateek,
I started with getting the pre built binaries so as to skip the hassle of
building them from scratch.
I am not familiar with scala so can't comment on it.
I have documented my experiences on my blog www.edumine.wordpress.com
Perhaps it might be useful to you.
On 08-Jul-2015 9:39 PM,
Hi
I am beginner to scala and spark. I am trying to set up eclipse environment to
develop spark program in scala, then take it's jar for spark-submit.
How shall I start? To start my task includes, setting up eclipse for scala and
spark, getting dependencies resolved, building project using m