Hi Karthik, Are you trying to import Spark into an IDE, or just write a project that depends on it?
I've found IDEA works pretty well for importing Spark. You do sbt/sbt gen-idea in the Spark folder, then make sure you have the Scala plugin in IDEA, and import it. I saw one weird warning about "same path for test and production" in the root-build project that I fixed by going to the project options and giving a different path for test. Matei On Jul 13, 2013, at 5:11 PM, karthik tunga <[email protected]> wrote: > Hi, > > This question might be for scala in general. Which IDE is good for > scala/spark ? I am relatively new to scala. Eclipse throws these weird > errors. I thought I saw IntelliJ IDEA in one of Matei's videos. > > Any suggestions ? > > Cheers, > Karthik
