Build spark source code with Maven in Intellij Idea

2015-01-08 Thread Todd
Hi, I have imported the Spark source code in Intellij Idea as a SBT project. I try to do maven install in Intellij Idea by clicking Install in the Spark Project Parent POM(root),but failed. I would ask which profiles should be checked. What I want to achieve is staring Spark in IDE and Hadoop

Re: Build spark source code with Maven in Intellij Idea

2015-01-08 Thread Sean Owen
Popular topic in the last 48 hours! Just about 20 minutes ago I collected some recent information on just this topic into a pull request. https://github.com/apache/spark/pull/3952 On Thu, Jan 8, 2015 at 2:24 PM, Todd bit1...@163.com wrote: Hi, I have imported the Spark source code in Intellij