aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
| * | 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-033-1/+70
| * | Clean up Bagel source and interfaceAnkur Dave2011-05-033-124/+99
| * | Update ShortestPath to work with controllable partitioningAnkur Dave2011-05-031-9/+5
| * | Add Bagel classpath to run scriptAnkur Dave2011-05-031-0/+2
| * | Clean up Pregel.run, add loggingAnkur Dave2011-05-031-26/+23
| * | Add Bagel, an implementation of Pregel on SparkAnkur Dave2011-05-034-0/+392
* | | Upgraded to SBT 0.7.5Matei Zaharia2011-05-092-1/+1
* | | Merge pull request #47 from ankurdave/cache-to-diskMatei Zaharia2011-05-092-2/+82
|\ \ \ | |/ / |/| |
| * | Error handling for disk I/O in DiskSpillingCacheAnkur Dave2011-04-271-15/+30
| * | Bring an entry back into memory after fetching it from diskAnkur Dave2011-04-271-3/+3
| * | Added DiskSpillingCacheAnkur Dave2011-04-272-2/+67
|/ /
* | Added flatMapValuesMatei Zaharia2011-04-121-4/+23
* | Merge remote branch 'origin/custom-serialization' into new-rddsMatei Zaharia2011-03-092-13/+17
|\ \
| * | Some tweaks to make Kryo cache work betterroot2011-03-092-4/+4
| * | Better reuse of buffers in Kryo serializationMatei Zaharia2011-03-081-11/+15
* | | Merge remote branch 'origin/custom-serialization' into new-rddsMatei Zaharia2011-03-084-2/+19
|\| |
| * | Updated modified Kryo to use objenesisMatei Zaharia2011-03-083-0/+1
| * | Register None and Nil properlyMatei Zaharia2011-03-081-2/+18
* | | Merge remote branch 'origin/custom-serialization' into new-rddsMatei Zaharia2011-03-081-0/+1
|\| |
| * | stuffMatei Zaharia2011-03-081-0/+1
* | | Merge remote branch 'origin/custom-serialization' into new-rddsMatei Zaharia2011-03-0731-291/+269
|\| |
| * | Added SerializingCacheMatei Zaharia2011-03-072-1/+27
| * | Remove some loggingMatei Zaharia2011-03-071-1/+0
| * | Added pluggable serializers and Kryo serializationMatei Zaharia2011-03-0730-291/+244
| |/
* | Remove commented codeMatei Zaharia2011-03-061-26/+0
* | Finished cogroup stuffMatei Zaharia2011-03-066-21/+56
* | stuffMatei Zaharia2011-03-063-1/+152
* | Various fixes to get MesosScheduler working with new RDDsMatei Zaharia2011-03-066-41/+102
* | Pass cache locations correctly to DAGScheduler.Matei Zaharia2011-03-064-32/+80
* | Merge remote branch 'origin/master' into new-rddsMatei Zaharia2011-03-061-2/+15
|\|
| * Added sampling for large arrays in SizeEstimatorMatei Zaharia2011-03-061-2/+15
* | Merge remote branch 'origin/master' into new-rddsMatei Zaharia2011-03-01156-3303/+100451
|\|
| * Remove unnecessary lock which was there to work around a bug inMatei Zaharia2011-03-011-15/+6
| * Removed old slf4j jars that came with HadoopMatei Zaharia2011-03-012-0/+0
| * Updated Hadoop to 0.20.2 to include some bug fixesMatei Zaharia2011-03-01157-3288/+100445
* | More work on new RDD designMatei Zaharia2011-02-2716-327/+476
* | More stuffMatei Zaharia2011-02-2711-296/+276
* | stuffMatei Zaharia2011-02-264-238/+276
* | Initial work towards new RDD designMatei Zaharia2011-02-268-93/+303
|/
* Close record readers in HadoopFile after finishing a splitMatei Zaharia2011-02-101-0/+3
* 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 more SBT stuff to gitignoreMatei Zaharia2011-02-081-0/+5
* Increased SBT mem to 700 MB so that unit tests run more nicelyMatei Zaharia2011-02-081-1/+1
* Changed default shuffle to LocalFileShuffle because it's way faster for small...Matei Zaharia2011-02-081-1/+1
* formattingMatei Zaharia2011-02-081-1/+3