spark-instrumented-optimizer/bin
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
..
compute-classpath.cmd Run script fixes for Windows after package & assembly change 2013-09-01 23:45:57 +00:00
compute-classpath.sh Exclude assembly jar from classpath if using deps 2013-10-16 13:43:41 -07:00
slaves.sh SPARK-627 , Implementing --config arguments in the scripts 2013-10-16 22:55:15 -07:00
spark-config.sh Add Apache license headers and LICENSE and NOTICE files 2013-07-16 17:21:33 -07:00
spark-daemon.sh SPARK-627 , Implementing --config arguments in the scripts 2013-10-16 22:55:15 -07:00
spark-daemons.sh SPARK-627 , Implementing --config arguments in the scripts 2013-10-16 23:00:33 -07:00
start-all.sh Add Apache license headers and LICENSE and NOTICE files 2013-07-16 17:21:33 -07:00
start-master.sh Initial work to rename package to org.apache.spark 2013-09-01 14:13:13 -07:00
start-slave.sh Initial work to rename package to org.apache.spark 2013-09-01 14:13:13 -07:00
start-slaves.sh Print output from spark-daemon only when it fails to launch 2013-08-31 17:31:07 -07:00
stop-all.sh Print output from spark-daemon only when it fails to launch 2013-08-31 17:31:07 -07:00
stop-master.sh Initial work to rename package to org.apache.spark 2013-09-01 14:13:13 -07:00
stop-slaves.sh Address Matei's comments 2013-10-05 15:15:29 -07:00