aboutsummaryrefslogtreecommitdiff
path: root/project
Commit message (Collapse)AuthorAgeFilesLines
* Merge pull request #48 from ankurdave/bagel-newMatei Zaharia2011-05-121-0/+6
|\ | | | | Bagel: Large-scale graph processing on Spark
| * 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
| |
* | Upgraded to SBT 0.7.5Matei Zaharia2011-05-091-1/+1
|/
* Remove build.properties from version controlMatei Zaharia2011-02-091-3/+0
|
* 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-023-11/+40
| | | | 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-023-7/+18
|
* Made examples and core subprojectsMatei Zaharia2011-02-012-33/+39
|
* 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-133-0/+14
|
* Initial work to get Spark compiling with SBT 0.7.5 RC0Matei Zaharia2010-11-131-0/+8