Markus Losoi wrote: > Are there any guides to set up a development environment, e.g., > Eclipse, to develop Spark
For Eclipse, you check out the repository, run "sbt/sbt eclipse", and import the projects (with sub-projects) into your workspace. I think this is standard for Git+SBT+Eclipse. Eclipse is a trade-off: Scala IDE has useful search features as of 3.0.1, which requires Scala 2.10, which isn't mainstream in Spark yet.