aboutsummaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorkaklakariada <kaklakariada@users.noreply.github.com>2015-12-04 14:43:16 +0000
committerSean Owen <sowen@cloudera.com>2015-12-04 14:43:16 +0000
commit17e4e021ae7fdf5e4dd05a0473faa529e3e80dbb (patch)
tree4af1771920663608554989b1dd19a6e6767c72a4 /README.md
parent4106d80fb6a16713a6cd2f15ab9d60f2527d9be5 (diff)
downloadspark-17e4e021ae7fdf5e4dd05a0473faa529e3e80dbb.tar.gz
spark-17e4e021ae7fdf5e4dd05a0473faa529e3e80dbb.tar.bz2
spark-17e4e021ae7fdf5e4dd05a0473faa529e3e80dbb.zip
Add links howto to setup IDEs for developing spark
These links make it easier for new developers to work with Spark in their IDE. Author: kaklakariada <kaklakariada@users.noreply.github.com> Closes #10104 from kaklakariada/readme-developing-ide-gettting-started.
Diffstat (limited to 'README.md')
-rw-r--r--README.md2
1 files changed, 2 insertions, 0 deletions
diff --git a/README.md b/README.md
index c0d6a94603..d5804d1a20 100644
--- a/README.md
+++ b/README.md
@@ -27,6 +27,8 @@ To build Spark and its example programs, run:
(You do not need to do this if you downloaded a pre-built package.)
More detailed documentation is available from the project site, at
["Building Spark"](http://spark.apache.org/docs/latest/building-spark.html).
+For developing Spark using an IDE, see [Eclipse](https://cwiki.apache.org/confluence/display/SPARK/Useful+Developer+Tools#UsefulDeveloperTools-Eclipse)
+and [IntelliJ](https://cwiki.apache.org/confluence/display/SPARK/Useful+Developer+Tools#UsefulDeveloperTools-IntelliJ).
## Interactive Scala Shell