Skip to content

Commit 17e4e02

Browse files
kaklakariadasrowen
authored andcommitted
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 <[email protected]> Closes #10104 from kaklakariada/readme-developing-ide-gettting-started.
1 parent 4106d80 commit 17e4e02

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

README.md

+2
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,8 @@ To build Spark and its example programs, run:
2727
(You do not need to do this if you downloaded a pre-built package.)
2828
More detailed documentation is available from the project site, at
2929
["Building Spark"](http://spark.apache.org/docs/latest/building-spark.html).
30+
For developing Spark using an IDE, see [Eclipse](https://cwiki.apache.org/confluence/display/SPARK/Useful+Developer+Tools#UsefulDeveloperTools-Eclipse)
31+
and [IntelliJ](https://cwiki.apache.org/confluence/display/SPARK/Useful+Developer+Tools#UsefulDeveloperTools-IntelliJ).
3032

3133
## Interactive Scala Shell
3234

0 commit comments

Comments
 (0)