spark-instrumented-optimizer/project
Matei Zaharia 8de9706b86 Merge pull request #66 from shivaram/sbt-assembly-deps
Add SBT target to assemble dependencies

This pull request is an attempt to address the long assembly build times during development. Instead of rebuilding the assembly jar for every Spark change, this pull request adds a new SBT target `spark` that packages all the Spark modules and builds an assembly of the dependencies.

So the work flow that should work now would be something like

```
./sbt/sbt spark # Doing this once should suffice
## Make changes
./sbt/sbt compile
./sbt/sbt test or ./spark-shell
```
2013-10-18 20:32:39 -07:00
..
project Adding Apache license to two files 2013-09-07 20:46:58 -07:00
build.properties Change build and run instructions to use assemblies 2013-08-29 21:19:04 -07:00
plugins.sbt Change build and run instructions to use assemblies 2013-08-29 21:19:04 -07:00
SparkBuild.scala Merge pull request #66 from shivaram/sbt-assembly-deps 2013-10-18 20:32:39 -07:00