Repository: spark Updated Branches: refs/heads/master 4106d80fb -> 17e4e021a
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 <kaklakari...@users.noreply.github.com> Closes #10104 from kaklakariada/readme-developing-ide-gettting-started. Project: http://git-wip-us.apache.org/repos/asf/spark/repo Commit: http://git-wip-us.apache.org/repos/asf/spark/commit/17e4e021 Tree: http://git-wip-us.apache.org/repos/asf/spark/tree/17e4e021 Diff: http://git-wip-us.apache.org/repos/asf/spark/diff/17e4e021 Branch: refs/heads/master Commit: 17e4e021ae7fdf5e4dd05a0473faa529e3e80dbb Parents: 4106d80 Author: kaklakariada <kaklakari...@users.noreply.github.com> Authored: Fri Dec 4 14:43:16 2015 +0000 Committer: Sean Owen <so...@cloudera.com> Committed: Fri Dec 4 14:43:16 2015 +0000 ---------------------------------------------------------------------- README.md | 2 ++ 1 file changed, 2 insertions(+) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/spark/blob/17e4e021/README.md ---------------------------------------------------------------------- diff --git a/README.md b/README.md index c0d6a94..d5804d1 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 --------------------------------------------------------------------- To unsubscribe, e-mail: commits-unsubscr...@spark.apache.org For additional commands, e-mail: commits-h...@spark.apache.org