Re: Build spark with Intellij IDEA 13

2014-09-28 Thread Yi Tian
madde...@gmail.com wrote: I actually got this same exact issue compiling a unrelated project (not using spark). Maybe it's a protobuf issue? -- View this message in context: http://apache-spark-user-list.1001560.n3.nabble.com/Build-spark-with-Intellij-IDEA-13-tp9904p15284.html Sent from

Re: Build spark with Intellij IDEA 13

2014-09-27 Thread maddenpj
I actually got this same exact issue compiling a unrelated project (not using spark). Maybe it's a protobuf issue? -- View this message in context: http://apache-spark-user-list.1001560.n3.nabble.com/Build-spark-with-Intellij-IDEA-13-tp9904p15284.html Sent from the Apache Spark User List

Build Spark in IntelliJ IDEA 13

2014-02-26 Thread Yanzhe Chen
Hi, all I'm trying to build Spark in IntelliJ IDEA 13. I clone the latest repo and run sbt/sbt gen-idea in the root folder. Then import it into IntelliJ IDEA. Scala plugin for IntelliJ IDEA has been installed. Everything seems ok until I ran Build Make Project: Information: Using javac

Re: Build Spark in IntelliJ IDEA 13

2014-02-26 Thread Sean Owen
, try telling IntelliJ to reimport the Maven project from the top-level pom.xml and it should override any of that. -- Sean Owen | Director, Data Science | London On Wed, Feb 26, 2014 at 4:59 PM, Yanzhe Chen yanzhe...@gmail.com wrote: Hi, all I'm trying to build Spark in IntelliJ IDEA 13. I