Hi, Are there any guide on teaching how to get started for local rapid development?
For example, using the quick start guide: http://spark.incubator.apache.org/docs/latest/quick-start.html#a-standalone-app-in-scala This process of invoking sbt package / sbt run slow down my development speed a lot. I am wondering what would be the advice for local development, particularly 1. How to do incremental build when only a source file is changed? 2. How to integrate with IDE like Eclipse for debug? Any hints? Thanks.
