aboutsummaryrefslogtreecommitdiff
path: root/core/src/test
Commit message (Expand)AuthorAgeFilesLines
...
| * | Fix Accumulators in Java, and add a test for themMatei Zaharia2013-01-051-0/+44
* | | Merge branch 'master' into streamingTathagata Das2013-01-162-2/+80
|\ \ \
| * \ \ Merge pull request #374 from woggling/null-mapoutMatei Zaharia2013-01-151-2/+38
| |\ \ \
| | * | | Remove broken attempt to test fetching case.Charles Reiss2013-01-151-46/+2
| | * | | Fix accidental spark.master.host reuseCharles Reiss2013-01-141-0/+2
| | * | | Additional tests for MapOutputTracker.Charles Reiss2013-01-141-2/+80
| * | | | Add a test.Stephen Haberman2013-01-151-0/+43
| |/ / /
* | | / Merge branch 'master' into streamingTathagata Das2013-01-156-80/+100
|\| | | | |_|/ |/| |
| * | Make filter preserve partitioner info, since it canMatei Zaharia2013-01-131-0/+5
| * | Add JavaRDDLike.keyBy.Stephen Haberman2013-01-081-0/+12
| * | Merge branch 'master' into tupleByStephen Haberman2013-01-085-80/+82
| |\ \
| | * | Update expected size of strings to match our dummy string classShivaram Venkataraman2013-01-071-18/+13
| | * | Use a dummy string class in Size Estimator tests to make it resistant to jdkShivaram Venkataraman2013-01-071-12/+21
| | * | Remove unused BoundedMemoryCache file and associated test case.Shivaram Venkataraman2013-01-071-58/+0
| | * | Merge branch 'master' of github.com:mesos/sparkMatei Zaharia2013-01-071-0/+7
| | |\ \
| | | * \ Merge pull request #351 from stephenh/valuesMatei Zaharia2013-01-051-0/+7
| | | |\ \
| | | | * | Fix typo.Stephen Haberman2013-01-051-1/+1
| | | | * | Add PairRDDFunctions.keys and values.Stephen Haberman2013-01-051-0/+7
| | * | | | Add Accumulable.setValue for easier use in JavaMatei Zaharia2013-01-071-0/+4
| | |/ / /
| | * | | Add methods called just 'accumulator' for int/double in Java APIMatei Zaharia2013-01-051-2/+2
| | * | | Fix Accumulators in Java, and add a test for themMatei Zaharia2013-01-051-0/+44
| | * | | Add RDD.collect(PartialFunction).Stephen Haberman2013-01-051-0/+1
| | |/ /
| * | | Rename RDD.tupleBy to keyBy.Stephen Haberman2013-01-061-1/+1
| * | | Add RDD.tupleBy.Stephen Haberman2013-01-051-0/+1
| |/ /
* | | Changed locations for unit test logs.Tathagata Das2013-01-071-2/+2
* | | 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-012-0/+44
|\| |
| * | Merge pull request #349 from woggling/cache-finallyMatei Zaharia2013-01-011-0/+23
| |\ \
| | * | Test with exception while computing cached RDD.Charles Reiss2013-01-011-0/+23
| | |/
| * / Raise exception when hashing Java arrays (SPARK-597)Josh Rosen2012-12-311-0/+21
| |/
* | Modifications to make sure LocalScheduler terminate cleanly without errors wh...Tathagata Das2012-12-272-1/+3
* | Merge branch 'mesos' into dev-mergeTathagata Das2012-12-262-3/+18
|\|
| * fall back to filter-map-collect when calling lookup() on an RDD without a par...Mark Hamstra2012-12-241-0/+11
| * Allow distinct() to be called without parentheses when using the default numb...Mark Hamstra2012-12-241-4/+8
* | Merge branch 'dev-checkpoint' of github.com:radlab/spark into dev-mergeTathagata Das2012-12-261-127/+271
|\ \
| * \ Merge branch 'dev' of github.com:radlab/spark into dev-checkpointTathagata Das2012-12-202-8/+10
| |\ \
| * | | Fixed bugs in CheckpointRDD and spark.CheckpointSuite.Tathagata Das2012-12-201-3/+3
| * | | Introduced getSpits, getDependencies, and getPreferredLocations in RDD and RD...Tathagata Das2012-12-181-3/+3
| * | | Made checkpoint data in RDDs optional to further reduce serialized size.Tathagata Das2012-12-111-6/+6
| * | | Fixed bug in UnionRDD and CoGroupedRDDTathagata Das2012-12-111-104/+0
| * | | Bunch of bug fixes related to checkpointing in RDDs. RDDCheckpointData object...Tathagata Das2012-12-101-24/+163
| * | | Modified checkpoint testsuite to more comprehensively test checkpointing of v...Tathagata Das2012-12-071-51/+216
| * | | Refactored RDD checkpointing to minimize extra fields in RDD class.Tathagata Das2012-12-041-70/+3
* | | | Merge branch 'master' of github.com:mesos/spark into devReynold Xin2012-12-205-45/+217
|\ \ \ \ | |_|/ / |/| | / | | |/ | |/|
| * | Let the slave notify the master block removal.Reynold Xin2012-12-201-23/+36
| * | Fixed conflicts from merging Charles' and TD's block manager changes.Reynold Xin2012-12-141-27/+4
| * | Merge branch 'master' of github.com:mesos/spark into spark-633Reynold Xin2012-12-131-7/+9
| |\ \
| | * | Fixed the broken Java unit test from SPARK-635.Reynold Xin2012-12-131-7/+9
| * | | Merged TD's block manager refactoring.Reynold Xin2012-12-131-25/+66
| * | | Added the ability in block manager to remove blocks.Reynold Xin2012-12-131-10/+49
| |/ /