Hi Ryan, If you're only going to run in local mode, there's no need to package the app with sbt and pass a JAR. You can just run it straight out of your IDE.
Matei On Oct 13, 2013, at 9:17 PM, Ryan Chan <[email protected]> wrote: > 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.
