aboutsummaryrefslogtreecommitdiff
path: root/core/src/test
Commit message (Expand)AuthorAgeFilesLines
* Fixed the broken Java unit test from SPARK-635.Reynold Xin2012-12-131-7/+9
* Use Akka scheduler for BlockManager heart beats.Charles Reiss2012-12-101-25/+25
* Tests for block manager heartbeats.Charles Reiss2012-12-051-0/+68
* Added zip to Java APIMatei Zaharia2012-11-271-0/+15
* Added a zip() operation for RDDs with the same shape (number ofMatei Zaharia2012-11-271-0/+12
* Merge pull request #311 from woggling/map-output-npeMatei Zaharia2012-11-271-0/+51
|\
| * Tests for MapOutputTracker.Charles Reiss2012-11-271-0/+51
* | For size compression, compress non zero values into non zero values.Reynold Xin2012-11-271-2/+2
|/
* Merge remote-tracking branch 'JoshRosen/shuffle_refactoring' into devMatei Zaharia2012-10-231-37/+2
|\
| * Remove map-side combining from ShuffleMapTask.Josh Rosen2012-10-131-29/+0
| * Remove mapSideCombine field from Aggregator.Josh Rosen2012-10-131-15/+5
| * Change ShuffleFetcher to return an Iterator.Josh Rosen2012-10-131-10/+14
* | Take executor environment vars as an arguemnt to SparkContextMatei Zaharia2012-10-131-0/+6
|/
* Added a test for when an RDD only partially fits in memoryMatei Zaharia2012-10-121-2/+18
* Add test to verify if RDD is computed even if block manager has insufficientShivaram Venkataraman2012-10-121-0/+10
* Change block manager to accept a ArrayBuffer instead of an iterator to ensureShivaram Venkataraman2012-10-112-9/+9
* Made compression configurable separately for shuffle, broadcast and RDDsMatei Zaharia2012-10-071-16/+80
* Fixed a bug in addFile that if the file is specified as "file:///", theReynold Xin2012-10-071-9/+22
* Removed the need to sleep in tests due to waiting for Akka to shut downMatei Zaharia2012-10-0714-19/+38
* Modified shuffle to limit the maximum outstanding data size in bytes,Matei Zaharia2012-10-062-4/+19
* Pass sizes of map outputs back to MapOutputTrackerMatei Zaharia2012-10-061-0/+23
* Minor formatting fixesMatei Zaharia2012-10-051-1/+1
* Factor subclasses of RDD out of RDD.scala into their own classesAndy Konwinski2012-10-051-2/+6
* Moves all files in core/src/main/scala/ that have RDD in them fromAndy Konwinski2012-10-052-2/+5
* Fix SizeEstimator tests to work with String classes in JDK 6 and 7Shivaram Venkataraman2012-10-052-12/+29
* change tests to show utility of localValueImran Rashid2012-10-041-3/+4
* make accumulator.localValue public, add testsImran Rashid2012-10-041-0/+15
* Merge branch 'dev' of github.com:mesos/spark into devMatei Zaharia2012-10-021-3/+19
|\
| * Merge branch 'dev' of https://github.com/mesos/spark into devReynold Xin2012-10-021-3/+3
| |\
| * | Allow whitespaces in cluster URL configuration for local cluster.Reynold Xin2012-10-021-3/+19
* | | Added a test for overly large blocks in memory storeMatei Zaharia2012-10-021-0/+9
* | | Fixed cache replacement behavior of BlockManager:Matei Zaharia2012-10-021-6/+83
| |/ |/|
* | Revert "Place Spray repo ahead of Cloudera in Maven search path"Matei Zaharia2012-10-021-3/+3
|/
* Place Spray repo ahead of Cloudera in Maven search pathMatei Zaharia2012-10-021-3/+3
* Write all unit test output to a fileMatei Zaharia2012-10-011-4/+6
* Remove some printlns in testsMatei Zaharia2012-10-012-2/+5
* Added a (failing) test for LRU with MEMORY_AND_DISK.Matei Zaharia2012-09-301-3/+7
* Fixed several bugs that caused weird behavior with files in spark-shell:Matei Zaharia2012-09-302-1/+23
* CommentMatei Zaharia2012-09-291-1/+1
* Added a CoalescedRDD class for reducing the number of partitions in an RDD.Matei Zaharia2012-09-291-0/+31
* CommentMatei Zaharia2012-09-291-0/+1
* Made BlockManager unmap memory-mapped files when necessary to reduce theMatei Zaharia2012-09-291-2/+58
* Added an option to compress blocks in the block storeMatei Zaharia2012-09-271-0/+16
* Renamed storage levels to something cleaner; fixes #223.Matei Zaharia2012-09-271-27/+27
* Merge pull request #222 from rxin/devMatei Zaharia2012-09-261-0/+5
|\
| * Added MapPartitionsWithSplitRDD.Reynold Xin2012-09-261-0/+5
* | Allow controlling number of splits in sortByKey.Matei Zaharia2012-09-261-5/+43
|/
* Fixed a test that was getting extremely lucky before, and increased theMatei Zaharia2012-09-261-9/+9
* Fix some test issuesMatei Zaharia2012-09-242-12/+14
* Separated ShuffledRDD into multiple classes: RepartitionShuffledRDD,Reynold Xin2012-09-191-9/+9