Skip to content

Commit

Permalink
Update README.md with required plugins for eclipse 3.7
Browse files Browse the repository at this point in the history
  • Loading branch information
aljoscha committed Oct 18, 2013
1 parent a7035df commit 3cf20cf
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -101,10 +101,17 @@ Get some test data:
To contribute back to the project or develop your own jobs for Stratosphere, you need a working development environment. We use Eclipse and IntelliJ for development. Here we focus on Eclipse.

If you want to work on the scala code you will need the following plugins:

Eclipse 4.x:
* scala-ide: http://download.scala-ide.org/sdk/e38/scala210/stable/site
* m2eclipse-scala: http://alchim31.free.fr/m2e-scala/update-site
* build-helper-maven-plugin: https://repository.sonatype.org/content/repositories/forge-sites/m2e-extras/0.15.0/N/0.15.0.201206251206/

Eclipse 3.7:
* scala-ide: http://download.scala-ide.org/sdk/e37/scala210/stable/site
* m2eclipse-scala: http://alchim31.free.fr/m2e-scala/update-site
* build-helper-maven-plugin: https://repository.sonatype.org/content/repositories/forge-sites/m2e-extras/0.14.0/N/0.14.0.201109282148/

When you don't have the plugins your project will have build errors, you can just close the scala projects and ignore them.

Import the Stratosphere source code using Maven's Import tool:
Expand Down

0 comments on commit 3cf20cf

Please sign in to comment.