Skip to content

Commit

Permalink
Add links howto to setup IDEs for developing spark
Browse files Browse the repository at this point in the history
These links make it easier for new developers to work with Spark in their IDE.

Author: kaklakariada <[email protected]>

Closes apache#10104 from kaklakariada/readme-developing-ide-gettting-started.
  • Loading branch information
kaklakariada authored and srowen committed Dec 4, 2015
1 parent 4106d80 commit 17e4e02
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down

0 comments on commit 17e4e02

Please sign in to comment.