aboutsummaryrefslogtreecommitdiff
path: root/project/build/SparkProject.scala
Commit message (Collapse)AuthorAgeFilesLines
* Initial work on converting build to SBT 0.10.1Ismael Juma2011-07-151-105/+0
|
* Merge remote-tracking branch 'origin/master' into scala-2.9Matei Zaharia2011-06-071-1/+1
|\
| * Move managedStyle to SparkProject.Ismael Juma2011-06-021-1/+1
| | | | | | | | I had added it to DepJar by mistake.
* | Upgrade to scalacheck 1.9.Ismael Juma2011-05-311-1/+1
| |
* | Merge branch 'master' into scala-2.9Matei Zaharia2011-05-311-10/+6
|\| | | | | | | | | Conflicts: project/build/SparkProject.scala
| * Depend on jetty-server in compile scope and upgrade to 7.4.2.Ismael Juma2011-05-291-8/+6
| | | | | | | | | | As Matei described: "We're using Jetty to run an HTTP server, not to embed Spark in a webapp"
* | Various work to use the 2.9 interpreterMatei Zaharia2011-05-311-1/+1
| |
* | Update to Scala 2.9.0-1 and disable repl module for now.Ismael Juma2011-05-271-3/+3
|/ | | | The repl module requires more complex work.
* Use ManagedStyle.Maven.Ismael Juma2011-05-271-0/+1
|
* Publish javadoc and sources.Ismael Juma2011-05-271-1/+6
|
* Move REPL classes to separate module.Ismael Juma2011-05-271-0/+6
|
* Remove several dependencies from git and configure them as SBT managed ↵Ismael Juma2011-05-271-3/+21
| | | | | | dependencies. Upgrade some of the dependencies while at it.
* Use explicit asInstanceOf instead of misleading unchecked pattern matching.Ismael Juma2011-05-271-14/+11
| | | | Also enable -unchecked warnings in SBT build file.
* Add Bagel test suiteAnkur Dave2011-05-031-1/+5
| | | | | | Note: This test suite currently fails for the same reason that the Spark Core test suite fails: Spark currently seems to have a bug where any test after the first one fails.
* Add Bagel, an implementation of Pregel on SparkAnkur Dave2011-05-031-0/+2
|
* Brought in some reorganization of build file from Hive branchMatei Zaharia2011-02-081-50/+54
|
* Added SBT target for building a single JAR with Spark Core and itsMatei Zaharia2011-02-021-10/+36
| | | | dependencies
* Merge branch 'master' into sbtMatei Zaharia2011-02-021-17/+3
| | | | | | | | | | Conflicts: Makefile core/src/main/java/spark/compress/lzf/LZF.java core/src/main/java/spark/compress/lzf/LZFInputStream.java core/src/main/java/spark/compress/lzf/LZFOutputStream.java core/src/main/native/spark_compress_lzf_LZF.c run
* Added support for IntelliJ IDEAMatei Zaharia2011-02-021-5/+13
|
* Made examples and core subprojectsMatei Zaharia2011-02-011-32/+38
|
* Further improvements -- build native stuff in target directory and add aMatei Zaharia2010-11-141-1/+41
| | | | test-report target for XML test reports
* Fixed some more stuff (Eclispe target and native build)Matei Zaharia2010-11-131-0/+6