aboutsummaryrefslogtreecommitdiff
path: root/bagel/src/main
Commit message (Expand)AuthorAgeFilesLines
* 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-023-21/+16
* Cleaned up a few issues to do with default parallelism levels. AlsoMatei Zaharia2011-07-141-1/+1
* Rename bagel to spark.bagel and Pregel to BagelAnkur Dave2011-05-093-14/+14
* Move shortest path and PageRank to bagel.examplesAnkur Dave2011-05-032-2/+7
* Refactor and add aggregator supportAnkur Dave2011-05-033-40/+82
* Package combiner functions into a traitAnkur Dave2011-05-033-58/+58
* Add Bagel test suiteAnkur Dave2011-05-031-0/+8
* 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