aboutsummaryrefslogtreecommitdiff
path: root/core/src/test
Commit message (Expand)AuthorAgeFilesLines
* Fixed bug in CheckpointSuiteTathagata Das2013-02-201-2/+2
* Merge branch 'mesos-master' into streamingTathagata Das2013-02-208-108/+160
|\
| * Renamed "splits" to "partitions"Matei Zaharia2013-02-176-81/+86
| * Merge pull request #471 from stephenh/parallelrddMatei Zaharia2013-02-161-20/+20
| |\
| | * Move ParallelCollection into spark.rdd package.Stephen Haberman2013-02-161-20/+20
| * | Merge pull request #470 from stephenh/morekMatei Zaharia2013-02-161-1/+1
| |\ \
| | * | Make CoGroupedRDDs explicitly have the same key type.Stephen Haberman2013-02-161-1/+1
| | |/
| * | Add assertion about dependencies.Stephen Haberman2013-02-161-3/+13
| * | Avoid a shuffle if combineByKey is passed the same partitioner.Stephen Haberman2013-02-161-0/+13
| |/
| * Initial cut at replacing K, V in Java filesPatrick Wendell2013-02-111-0/+24
| * Add RDD.coalesce.Stephen Haberman2013-02-052-6/+6
* | Fixed bug in CheckpointRDD to prevent exception when the original RDD had zer...Tathagata Das2013-02-101-0/+10
|/
* Merge pull request #449 from stephenh/longerdriversuiteMatei Zaharia2013-02-051-1/+2
|\
| * Increase DriverSuite timeout.Stephen Haberman2013-02-051-1/+2
* | Small fix to test for distinctMatei Zaharia2013-02-041-1/+1
* | Fix failing testMatei Zaharia2013-02-041-2/+1
* | Merge remote-tracking branch 'base/master' into dag-sched-testsCharles Reiss2013-02-025-21/+40
|\|
| * Add back test for distinct without parensMatei Zaharia2013-02-011-1/+2
| * Reduced the memory usage of reduce and similar operationsMatei Zaharia2013-02-011-4/+8
| * Merge pull request #415 from stephenh/driverMatei Zaharia2013-01-293-5/+5
| |\
| | * Merge branch 'master' into driverStephen Haberman2013-01-284-67/+139
| | |\
| | * | Replace old 'master' term with 'driver'.Stephen Haberman2013-01-253-3/+3
* | | | Code review changes: add sc.stop; style of multiline comments; parens on proc...Charles Reiss2013-02-011-22/+47
* | | | Comment at top of DAGSchedulerSuiteCharles Reiss2013-01-301-1/+14
* | | | Change DAGSchedulerSuite to run DAGScheduler in the same Thread.Charles Reiss2013-01-301-249/+319
* | | | Clear spark.master.port to cleanup for other testsCharles Reiss2013-01-291-0/+1
* | | | Add DAGScheduler tests.Charles Reiss2013-01-291-0/+540
|/ / /
* | | Simplify checkpointing code and RDD class a little:Matei Zaharia2013-01-281-8/+13
* | | add long and float accumulatorparamsImran Rashid2013-01-281-0/+6
| |/ |/|
* | Track workers by executor ID instead of hostname to allow multipleMatei Zaharia2013-01-273-77/+83
* | Merge pull request #418 from woggling/reregister-deadlockMatei Zaharia2013-01-261-1/+39
|\ \
| * | Fix deadlock in BlockManager reregistration triggered by failed updates.Charles Reiss2013-01-261-1/+39
| |/
* / Fix JavaRDDLike.flatMap(PairFlatMapFunction) (SPARK-668).Josh Rosen2013-01-261-0/+28
|/
* Merge branch 'master' into localsparkcontextStephen Haberman2013-01-247-166/+158
|\
| * Merge pull request #409 from rxin/splitpruningrddMatei Zaharia2013-01-231-8/+19
| |\
| | * Removed pruneSplits method in RDD and renamed SplitsPruningRDD toReynold Xin2013-01-231-3/+3
| | * Updated assert == to ===.Reynold Xin2013-01-231-3/+3
| | * Added an extra assert for split size check.Reynold Xin2013-01-231-2/+5
| | * Added pruntSplits method to RDD.Reynold Xin2013-01-231-7/+15
| * | Merge remote-tracking branch 'woggling/remove-machines'Matei Zaharia2013-01-231-0/+69
| |\ \
| | * | Remove more dead code from test.Charles Reiss2013-01-231-1/+0
| | * | Remove dead code in test.Charles Reiss2013-01-231-2/+0
| | * | Add tests of various node failure scenarios.Charles Reiss2013-01-231-0/+72
| * | | Merge pull request #407 from woggling/no-cache-trackerMatei Zaharia2013-01-231-131/+0
| |\ \ \
| | * | | Eliminate CacheTracker.Charles Reiss2013-01-221-131/+0
| | |/ /
| * | | Merge pull request #406 from tdas/masterMatei Zaharia2013-01-232-24/+32
| |\ \ \
| | * | | Modified StorageLevel API to ensure zero duplicate objects.Tathagata Das2013-01-221-5/+11
| | * | | Modified BlockManagerId API to ensure zero duplicate objects. Fixed BlockMana...Tathagata Das2013-01-222-19/+21
| | |/ /
| * | | Merge pull request #394 from JoshRosen/add_file_fixMatei Zaharia2013-01-231-3/+6
| |\ \ \ | | |_|/ | |/| |
| | * | Don't download files to master's working directory.Josh Rosen2013-01-211-3/+6
| | |/