From 016b7dfbeb3f9272a3a80aa84acda8c2540ac31e Mon Sep 17 00:00:00 2001 From: Sean Owen Date: Thu, 8 Jan 2015 14:11:04 +0000 Subject: [PATCH 1/2] Point to IntelliJ wiki page instead of also including IntelliJ notes in the docs --- docs/building-spark.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/docs/building-spark.md b/docs/building-spark.md index c1bcd91b5b85..e21049c594f6 100644 --- a/docs/building-spark.md +++ b/docs/building-spark.md @@ -153,7 +153,8 @@ Thus, the full flow for running continuous-compilation of the `core` submodule m # Using With IntelliJ IDEA -This setup works fine in IntelliJ IDEA 11.1.4. After opening the project via the pom.xml file in the project root folder, you only need to activate either the hadoop1 or hadoop2 profile in the "Maven Properties" popout. We have not tried Eclipse/Scala IDE with this. +For additional help in setting up IntelliJ IDEA for Spark development, refer to the +[wiki page for IntelliJ](https://cwiki.apache.org/confluence/display/SPARK/Useful+Developer+Tools#UsefulDeveloperTools-BuildingSparkinIntelliJIDEA) # Building Spark Debian Packages From f3baa66a554175990c59511996be67b787085a17 Mon Sep 17 00:00:00 2001 From: Sean Owen Date: Fri, 9 Jan 2015 12:10:00 +0000 Subject: [PATCH 2/2] Point to new IJ / Eclipse wiki link --- docs/building-spark.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/docs/building-spark.md b/docs/building-spark.md index e21049c594f6..fb93017861ed 100644 --- a/docs/building-spark.md +++ b/docs/building-spark.md @@ -151,10 +151,10 @@ Thus, the full flow for running continuous-compilation of the `core` submodule m $ mvn scala:cc ``` -# Using With IntelliJ IDEA +# Building Spark with IntelliJ IDEA or Eclipse -For additional help in setting up IntelliJ IDEA for Spark development, refer to the -[wiki page for IntelliJ](https://cwiki.apache.org/confluence/display/SPARK/Useful+Developer+Tools#UsefulDeveloperTools-BuildingSparkinIntelliJIDEA) +For help in setting up IntelliJ IDEA or Eclipse for Spark development, and troubleshooting, refer to the +[wiki page for IDE setup](https://cwiki.apache.org/confluence/display/SPARK/Contributing+to+Spark#ContributingtoSpark-IDESetup). # Building Spark Debian Packages