aboutsummaryrefslogtreecommitdiff
path: root/core
Commit message (Expand)AuthorAgeFilesLines
* Added documentation for PairDStreamFunctions.Tathagata Das2013-01-131-3/+3
* Changed locations for unit test logs.Tathagata Das2013-01-071-2/+2
* Added better docs for RDDCheckpointDataTathagata Das2013-01-072-1/+13
* Renamed examples and added documentation.Tathagata Das2013-01-071-2/+2
* Changed cleanup to clearOldValues for TimeStampedHashMap and TimeStampedHashSet.Tathagata Das2013-01-077-12/+18
* Fixed compilation bug in RDDSuite created during merge for mesos/master.Tathagata Das2013-01-011-3/+3
* Merge branch 'mesos' into dev-mergeTathagata Das2013-01-0110-47/+187
|\
| * Merge pull request #349 from woggling/cache-finallyMatei Zaharia2013-01-012-11/+28
| |\
| | * Remove some dead commentsCharles Reiss2013-01-011-6/+0
| | * Test with exception while computing cached RDD.Charles Reiss2013-01-011-0/+23
| | * Mark key as not loading in CacheTracker even when compute() failsCharles Reiss2013-01-011-10/+10
| * | Raise exception when hashing Java arrays (SPARK-597)Josh Rosen2012-12-314-0/+58
| |/
| * Change Utils.fetchFile() warning to SparkException.Josh Rosen2012-12-282-7/+10
| * Add addFile() and addJar() to JavaSparkContext.Josh Rosen2012-12-281-0/+34
| * Add synchronization to LocalScheduler.updateDependencies().Josh Rosen2012-12-281-16/+18
| * Skip deletion of files in clearFiles().Josh Rosen2012-12-282-20/+46
* | Refactored a whole lot to push all DStreams into the spark.streaming.dstream ...Tathagata Das2012-12-301-0/+1
* | Improved jekyll and scala docs. Made many classes and method private to remov...Tathagata Das2012-12-291-1/+0
* | Modifications to make sure LocalScheduler terminate cleanly without errors wh...Tathagata Das2012-12-274-13/+21
* | Merge branch 'mesos' into dev-mergeTathagata Das2012-12-265-142/+90
|\|
| * fall back to filter-map-collect when calling lookup() on an RDD without a par...Mark Hamstra2012-12-242-1/+12
| * Allow distinct() to be called without parentheses when using the default numb...Mark Hamstra2012-12-242-5/+11
| * 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-211-137/+68
| |\
| | * Updated Kryo to 2.20.Reynold Xin2012-10-161-137/+68
* | | Merge branch 'dev-checkpoint' of github.com:radlab/spark into dev-mergeTathagata Das2012-12-2626-470/+921
|\ \ \
| * \ \ Merge branch 'dev' of github.com:radlab/spark into dev-checkpointTathagata Das2012-12-204-10/+29
| |\ \ \
| * | | | 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-113-14/+28
| * | | | 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-0411-191/+140
* | | | | Merge branch 'master' of github.com:mesos/spark into devReynold Xin2012-12-2071-850/+1940
|\ \ \ \ \ | |_|/ / / |/| | / / | | |/ / | |/| |
| * | | Merge pull request #327 from rxin/spark-633Matei Zaharia2012-12-2016-769/+1096
| |\ \ \
| | * | | Let the slave notify the master block removal.Reynold Xin2012-12-204-92/+83
| | * | | 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-138-15/+118
| | |\ \ \ \ \
| | * \ \ \ \ \ Merge branch 'master' of github.com:mesos/spark into spark-633Reynold Xin2012-12-1326-208/+207
| | |\ \ \ \ \ \ | | | |_|_|/ / / | | |/| | | | |
| | * | | | | | Added the ability in block manager to remove blocks.Reynold Xin2012-12-139-170/+361
| * | | | | | | SPARK-616: Logging dead workers in Web UI.Patrick Wendell2012-12-175-3/+19
| * | | | | | | Merge pull request #332 from JoshRosen/spark-607Matei Zaharia2012-12-141-12/+17
| |\ \ \ \ \ \ \