for generating idea file you may need this plugin for sbt
https://github.com/mpeltonen/sbt-idea -- Nan Zhu School of Computer Science, McGill University On Sunday, October 27, 2013 at 11:32 PM, Reynold Xin wrote: > Just generate the IntelliJ project file using > > sbt/sbt gen-idea > > And then open the folder in IntelliJ (no need to import anything). > > > > On Sun, Oct 27, 2013 at 8:31 PM, dachuan <[email protected] > (mailto:[email protected])> wrote: > > > Hi, all, > > > > Could anybody help me set up the dev IDE for spark in IntelliJ idea IDE? > > > > I have already installed the scala plugin, and imported the > > incubator-spark/ project. The syntax highlight works for now. > > > > The problem is: It can not resolve symbol such as SparkEnv, which is > > internal object for spark. > > > > I count on this for jumping, otherwise I can simply use Vim. > > > > And I am pretty new to maven, embarrassing to say. > > > > thanks, > > dachuan. > > > > -- > > Dachuan Huang > > Cellphone: 614-390-7234 > > 2015 Neil Avenue > > Ohio State University > > Columbus, Ohio > > U.S.A. > > 43210 > > > > >
