aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* More classes made private[streaming] to hide from scala docs.Tathagata Das2012-12-3018-52/+137
* Refactored a whole lot to push all DStreams into the spark.streaming.dstream ...Tathagata Das2012-12-3041-333/+402
* Improved jekyll and scala docs. Made many classes and method private to remov...Tathagata Das2012-12-2919-168/+233
* Modifications to make sure LocalScheduler terminate cleanly without errors wh...Tathagata Das2012-12-275-18/+29
* Merge branch 'mesos' into dev-mergeTathagata Das2012-12-268-158/+108
|\
| * Merge pull request #343 from markhamstra/spark-601Matei Zaharia2012-12-242-1/+12
| |\
| | * fall back to filter-map-collect when calling lookup() on an RDD without a par...Mark Hamstra2012-12-242-1/+12
| |/
| * Merge pull request #342 from markhamstra/spark-645Matei Zaharia2012-12-242-5/+11
| |\
| | * Allow distinct() to be called without parentheses when using the default numb...Mark Hamstra2012-12-242-5/+11
| |/
| * Updated Kryo version for Maven pom file.Reynold Xin2012-12-211-1/+1
| * Updated Kryo documentation for Kryo version update.Reynold Xin2012-12-211-14/+16
| * Remove the call to close input stream in Kryo serializer.Reynold Xin2012-12-211-1/+1
| * Merge pull request #341 from rxin/4a3fb06ac2d11125feb08acbbd4df76d1e91b677Matei Zaharia2012-12-212-138/+69
| |\
| | * Updated Kryo to 2.20.Reynold Xin2012-10-162-138/+69
* | | Merge branch 'dev-checkpoint' of github.com:radlab/spark into dev-mergeTathagata Das2012-12-2627-479/+930
|\ \ \
| * \ \ Merge branch 'dev' of github.com:radlab/spark into dev-checkpointTathagata Das2012-12-2019-122/+717
| |\ \ \
| * | | | Fixed bugs in CheckpointRDD and spark.CheckpointSuite.Tathagata Das2012-12-203-12/+9
| * | | | Changed checkpoint writing and reading process.Tathagata Das2012-12-203-25/+124
| * | | | Introduced getSpits, getDependencies, and getPreferredLocations in RDD and RD...Tathagata Das2012-12-1822-113/+134
| * | | | Converted CheckpointState in RDDCheckpointData to use scala Enumeration.Tathagata Das2012-12-171-26/+22
| * | | | Made checkpoint data in RDDs optional to further reduce serialized size.Tathagata Das2012-12-114-17/+29
| * | | | Fixed bug in UnionRDD and CoGroupedRDDTathagata Das2012-12-113-115/+10
| * | | | Bunch of bug fixes related to checkpointing in RDDs. RDDCheckpointData object...Tathagata Das2012-12-1013-90/+389
| * | | | Modified checkpoint testsuite to more comprehensively test checkpointing of v...Tathagata Das2012-12-0714-110/+285
| * | | | Refactored RDD checkpointing to minimize extra fields in RDD class.Tathagata Das2012-12-0412-194/+144
* | | | | Merge branch 'master' of github.com:mesos/spark into devReynold Xin2012-12-2090-899/+3244
|\ \ \ \ \ | |_|/ / / |/| | / / | | |/ / | |/| |
| * | | Merge pull request #327 from rxin/spark-633Matei Zaharia2012-12-2017-770/+1097
| |\ \ \
| | * | | Let the slave notify the master block removal.Reynold Xin2012-12-205-93/+84
| | * | | Moved BlockManager's IdGenerator into BlockManager object. Removed someReynold Xin2012-12-195-36/+22
| | * | | Merge branch 'spark-633' of github.com:rxin/spark into spark-633Reynold Xin2012-12-144-7/+23
| | |\ \ \
| | | * | | Return success or failure in BlockStore.remove().Josh Rosen2012-12-134-7/+23
| | * | | | Fixed conflicts from merging Charles' and TD's block manager changes.Reynold Xin2012-12-143-173/+158
| | * | | | Merge branch 'master' of github.com:mesos/spark into spark-633Reynold Xin2012-12-131-7/+9
| | |\ \ \ \
| | * | | | | Merged TD's block manager refactoring.Reynold Xin2012-12-139-647/+805
| | * | | | | Merge branch 'master' of github.com:mesos/spark into spark-633Reynold Xin2012-12-1312-21/+138
| | |\ \ \ \ \
| | * \ \ \ \ \ Merge branch 'master' of github.com:mesos/spark into spark-633Reynold Xin2012-12-1329-231/+268
| | |\ \ \ \ \ \ | | | |_|_|/ / / | | |/| | | | |
| | * | | | | | Added the ability in block manager to remove blocks.Reynold Xin2012-12-139-170/+361
| * | | | | | | Merge pull request #337 from pwendell/worker-liveness-uiMatei Zaharia2012-12-195-3/+19
| |\ \ \ \ \ \ \
| | * | | | | | | SPARK-616: Logging dead workers in Web UI.Patrick Wendell2012-12-175-3/+19
| * | | | | | | | Merge pull request #340 from tomdz/deb-packaging-tweaksMatei Zaharia2012-12-192-4/+5
| |\ \ \ \ \ \ \ \
| | * | | | | | | | Tweaked debian packaging to be a bit more in line with debian standardsThomas Dudziak2012-12-192-4/+5
| |/ / / / / / / /
| * | | | | | | | Merge pull request #338 from tomdz/repl-pom-fixMatei Zaharia2012-12-188-142/+243
| |\ \ \ \ \ \ \ \ | | |/ / / / / / / | |/| | | | | | |
| | * | | | | | | Fixed repl maven build to produce artifacts with the appropriate hadoop class...Thomas Dudziak2012-12-188-142/+243
| |/ / / / / / /
| * | | | | | | Merge pull request #332 from JoshRosen/spark-607Matei Zaharia2012-12-141-12/+17
| |\ \ \ \ \ \ \
| | * | | | | | | Add try-finally to handle MapOutputTracker timeouts.Josh Rosen2012-12-131-12/+17
| * | | | | | | | Merge pull request #331 from woggling/deploy-exit-statusMatei Zaharia2012-12-138-23/+22
| |\ \ \ \ \ \ \ \ | | |_|_|_|_|/ / / | |/| | | | | | |
| | * | | | | | | Code review cleanup.Charles Reiss2012-12-131-1/+4
| | * | | | | | | Have standalone cluster report exit codes to clients. Addresses SPARK-639.Charles Reiss2012-12-138-24/+20
| |/ / / / / / /
| * | | | | | | Merge pull request #333 from rxin/masterMatei Zaharia2012-12-131-7/+9
| |\ \ \ \ \ \ \ | | |_|_|_|/ / / | |/| | | | | |
| | * | | | | | Fixed the broken Java unit test from SPARK-635.Reynold Xin2012-12-131-7/+9
| |/ / / / / /