Re: Opening Spark on IntelliJ IDEA

2014-11-29 Thread Patrick Wendell
I recently posted instructions on loading Spark in Intellij from scratch: https://cwiki.apache.org/confluence/display/SPARK/Useful+Developer+Tools#UsefulDeveloperTools-BuildingSparkinIntelliJIDEA You need to do a few extra steps for the YARN project to work. Also, for questions like this that re

Re: Opening Spark on IntelliJ IDEA

2014-11-29 Thread Akhil Das
Restarting the intellij multiple times and adding/changing project's SDK would resolve the issue. Thanks Best Regards On Thu, Nov 27, 2014 at 11:30 AM, Taeyun Kim wrote: > Hi, > > > > I’m trying to open the Spark source code with IntelliJ IDEA. > > I opened pom.xml on the Spark source code root

Re: Opening Spark on IntelliJ IDEA

2014-11-29 Thread Olivier Girardot
> displayed with pink background: > > > > Library ‘Maven: org.scala-lang:scala-compiler-bundle:2.10.4’ is not used > > > > Can it be a hint? > > > > *From:* Taeyun Kim [mailto:taeyun@innowireless.com] > *Sent:* Thursday, November 27, 2014 3:00 PM > *

RE: Opening Spark on IntelliJ IDEA

2014-11-26 Thread Taeyun Kim
reless.com] Sent: Thursday, November 27, 2014 3:00 PM To: 'user' Subject: Opening Spark on IntelliJ IDEA Hi, I'm trying to open the Spark source code with IntelliJ IDEA. I opened pom.xml on the Spark source code root directory. Project tree is displayed in the Project tool wi

Opening Spark on IntelliJ IDEA

2014-11-26 Thread Taeyun Kim
Hi, I'm trying to open the Spark source code with IntelliJ IDEA. I opened pom.xml on the Spark source code root directory. Project tree is displayed in the Project tool window. But, when I open a source file, say org.apache.spark.deploy.yarn.ClientBase.scala, a lot of red marks shows on the