aboutsummaryrefslogtreecommitdiff
path: root/bagel
Commit message (Expand)AuthorAgeFilesLines
* Mark hadoop dependencies provided in all library artifactsThomas Dudziak2012-12-101-0/+3
* Use the same output directories that SBT had in subprojectsMatei Zaharia2012-12-101-1/+3
* Updated versions in the pom.xml files to match current masterThomas Dudziak2012-11-271-1/+1
* Addressed code review commentsThomas Dudziak2012-11-271-0/+1
* Added maven and debian build filesThomas Dudziak2012-11-201-0/+100
* Some doc fixes, including showing version number in nav bar againMatei Zaharia2012-10-131-0/+5
* More doc updates, and moved Serializer to a subpackage.Matei Zaharia2012-10-121-5/+6
* Removed the need to sleep in tests due to waiting for Akka to shut downMatei Zaharia2012-10-071-0/+2
* Write all unit test output to a fileMatei Zaharia2012-10-011-4/+6
* Changed the way tasks' dependency files are sent to workers so thatMatei Zaharia2012-09-281-1/+4
* Set log level in tests to WARNMatei Zaharia2012-08-231-0/+8
* Fix further issues with tests and broadcast.Matei Zaharia2012-08-231-1/+4
* Stlystic changesDenny2012-07-231-2/+2
* Always destroy SparkContext in after block for the unit tests.Denny2012-07-231-6/+11
* Merge branch 'master' into devMatei Zaharia2012-06-152-3/+1
|\
| * Performance improvements to shuffle operations: in particular, preserveMatei Zaharia2012-06-092-3/+1
* | Merge in engine improvements from the Spark Streaming project, developedMatei Zaharia2012-06-071-5/+6
|/
* Added an option (spark.closure.serializer) to specify the serializer forReynold Xin2012-04-091-0/+4
* Update Bagel unit tests to reflect API changeAnkur Dave2011-11-081-23/+21
* Implement standalone WikipediaPageRank with custom serializerAnkur Dave2011-10-091-0/+198
* Update WikipediaPageRank to reflect Bagel API changesAnkur Dave2011-10-092-100/+129
* Remove ShortestPath for nowAnkur Dave2011-10-091-95/+0
* Simplify and genericize type parameters in BagelAnkur Dave2011-10-091-85/+129
* Fix issue #65: Change @serializable to extends Serializable in 2.9 branchIsmael Juma2011-08-024-23/+18
* Cleaned up a few issues to do with default parallelism levels. AlsoMatei Zaharia2011-07-141-1/+1
* Fixed unit tests by making them clean up the SparkContext after use andMatei Zaharia2011-05-131-0/+2
* Rename bagel to spark.bagel and Pregel to BagelAnkur Dave2011-05-094-18/+18
* Move shortest path and PageRank to bagel.examplesAnkur Dave2011-05-032-2/+7
* Refactor and add aggregator supportAnkur Dave2011-05-034-44/+88
* Package combiner functions into a traitAnkur Dave2011-05-034-66/+60
* Add Bagel test suiteAnkur Dave2011-05-032-0/+65
* Clean up Bagel source and interfaceAnkur Dave2011-05-033-124/+99
* Update ShortestPath to work with controllable partitioningAnkur Dave2011-05-031-9/+5
* Clean up Pregel.run, add loggingAnkur Dave2011-05-031-26/+23
* Add Bagel, an implementation of Pregel on SparkAnkur Dave2011-05-033-0/+390