aboutsummaryrefslogtreecommitdiff
path: root/sbt
diff options
context:
space:
mode:
authorMatei Zaharia <matei@eecs.berkeley.edu>2013-10-18 20:32:39 -0700
committerMatei Zaharia <matei@eecs.berkeley.edu>2013-10-18 20:32:39 -0700
commit8de9706b86f41a37464f55e1ffe5a246adc712d1 (patch)
treee805c8b08124282e5480e99394d5636d5b091d91 /sbt
parente5316d0685c41a40e54a064cf271f3d62df6c8e8 (diff)
parent0a4b76fcc22568dd62e6be0301e3bda916bc6bc8 (diff)
downloadspark-8de9706b86f41a37464f55e1ffe5a246adc712d1.tar.gz
spark-8de9706b86f41a37464f55e1ffe5a246adc712d1.tar.bz2
spark-8de9706b86f41a37464f55e1ffe5a246adc712d1.zip
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 ```
Diffstat (limited to 'sbt')
0 files changed, 0 insertions, 0 deletions