aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'dev' of github.com:radlab/spark into devtdas2012-11-116-308/+375
|\
| * Fixed bug in FileInputDStream that allowed it to miss new files. Added tests ...Tathagata Das2012-11-112-22/+148
| * Refactored BlockManagerMaster (not BlockManagerMasterActor) to simplify the c...Tathagata Das2012-11-113-198/+127
| * Merge branch 'dev' of github.com:radlab/spark into devTathagata Das2012-11-091-0/+2
| |\
| * | Fixed deadlock in BlockManager.Tathagata Das2012-11-092-89/+101
* | | Removed unnecessary files.tdas2012-11-0810-1643/+0
| |/ |/|
* | Fixed bug in InputStreamsSuitetdas2012-11-081-0/+2
|/
* Added FailureTestsuite for testing multiple, repeated master failures.Tathagata Das2012-11-067-49/+256
* Added a few more comments to the checkpoint-related functions.Tathagata Das2012-11-051-0/+8
* Made more bug fixes for checkpointing.Tathagata Das2012-11-056-66/+97
* Fixed major bugs in checkpointing.Tathagata Das2012-11-059-87/+217
* Made checkpointing of dstream graph to work with checkpointing of RDDs. For s...Tathagata Das2012-11-0417-203/+367
* Merge branch 'dev-checkpoint' into devTathagata Das2012-11-0222-164/+539
|\
| * Added 'synchronized' to RDD serialization to ensure checkpoint-related change...Tathagata Das2012-10-313-4/+92
| * Added checkpointing support to all RDDs, along with CheckpointSuite to test c...Tathagata Das2012-10-3022-107/+352
| * Modified RDD API to make dependencies a var (therefore can be changed to chec...Tathagata Das2012-10-2919-107/+149
* | Fixed serialization bug in countByWindow, added countByKey and countByKeyAndW...Tathagata Das2012-11-025-48/+186
* | Added save operations to DStreams.Tathagata Das2012-10-273-3/+84
|/
* Merge branch 'dev' of github.com:radlab/spark into devTathagata Das2012-10-25281-2264/+16857
|\
| * Merge remote-tracking branch 'public/master' into devMatei Zaharia2012-10-24281-2264/+16857
| |\
| | * Strip leading mesos:// in URLs passed to MesosMatei Zaharia2012-10-241-2/+3
| | * Merge pull request #281 from rxin/memreportMatei Zaharia2012-10-233-71/+93
| | |\
| | | * Changed Spark version back to 0.6.0Reynold Xin2012-10-151-1/+1
| | | * Serialize accumulator updates in TaskResult for local mode.Reynold Xin2012-10-151-4/+5
| | | * Changed version to 0.6.0-rxin.Reynold Xin2012-10-151-1/+1
| | | * Added a method to report slave memory status.Reynold Xin2012-10-142-67/+88
| | * | Merge remote-tracking branch 'JoshRosen/shuffle_refactoring' into devMatei Zaharia2012-10-2313-250/+113
| | |\ \
| | | * | Remove map-side combining from ShuffleMapTask.Josh Rosen2012-10-138-94/+37
| | | * | Remove mapSideCombine field from Aggregator.Josh Rosen2012-10-135-22/+15
| | | * | Change ShuffleFetcher to return an Iterator.Josh Rosen2012-10-138-167/+63
| | | * | Add helper methods to Aggregator.Josh Rosen2012-10-131-1/+32
| | * | | Merge pull request #286 from JoshRosen/ec2-error-handlingMatei Zaharia2012-10-231-4/+5
| | |\ \ \
| | | * | | Allow EC2 script to stop/destroy cluster after master/slave failures.Josh Rosen2012-10-181-4/+5
| | | | |/ | | | |/|
| | * | | Merge pull request #292 from tomdz/tweaked-run-fileMatei Zaharia2012-10-231-13/+30
| | |\ \ \
| | | * | | Tweaked run file to live more happily with typesafe's debian packageThomas Dudziak2012-10-221-13/+30
| | |/ / /
| | * | | Bump up version to 0.7.0-SNAPSHOT for master branchMatei Zaharia2012-10-223-4/+4
| | * | | Update version to 0.6.1-SNAPSHOT to show this is in developmentMatei Zaharia2012-10-223-4/+4
| | * | | Merge branch 'master' into devMatei Zaharia2012-10-210-0/+0
| | |\ \ \
| | | * | | Fix sbt assembly's merge rulesMatei Zaharia2012-10-151-2/+10
| | | * | | Comment out Sonatype publishing stuff so publish-local worksMatei Zaharia2012-10-102-2/+4
| | | * | | Increase version on 0.5 branch to 0.5.2-SNAPSHOTMatei Zaharia2012-10-092-2/+2
| | | * | | Change version in REPLv0.5.1Matei Zaharia2012-10-071-1/+1
| | | * | | Changes to run script and README to deal with updated Scala version andMatei Zaharia2012-10-073-9/+4
| | | * | | Merge pull request #252 from pwendell/0.5-with-sonatypeMatei Zaharia2012-10-076-10/+63
| | | |\ \ \
| | | | * | | Adding Sonatype releases to SBT.Patrick Wendell2012-10-076-10/+63
| | | |/ / /
| | | * | | Make reduce logging less verboseMatei Zaharia2012-10-061-3/+4
| | | * | | Merge branch 'master' into reduce-loggingMatei Zaharia2012-10-053-13/+30
| | | |\ \ \
| | | | * \ \ Merge branch 'master' of github.com:mesos/sparkMatei Zaharia2012-10-052-12/+29
| | | | |\ \ \
| | | | | * \ \ Merge pull request #246 from shivaram/size-estimator-fix-masterMatei Zaharia2012-10-052-12/+29
| | | | | |\ \ \
| | | | | | * | | Fix SizeEstimator tests to work with String classes in JDK 6 and 7Shivaram Venkataraman2012-10-042-12/+29
| | | | | |/ / /