aboutsummaryrefslogtreecommitdiff
path: root/core/src/test
Commit message (Expand)AuthorAgeFilesLines
* Add RDD.subtract.Stephen Haberman2013-02-161-0/+26
* Initial cut at replacing K, V in Java filesPatrick Wendell2013-02-111-0/+24
* Add RDD.coalesce.Stephen Haberman2013-02-052-6/+6
* 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
| | |/
| * | Add test for driver hanging on exit (SPARK-530).Josh Rosen2013-01-221-0/+31
| * | Minor cleanup.Stephen Haberman2013-01-211-2/+2
| |/
* / Add LocalSparkContext to manage common sc variable.Stephen Haberman2013-01-2417-246/+109
|/
* Merge branch 'mesos-streaming' into streamingTathagata Das2013-01-202-2/+52
|\
| * Adding checkpointing to Java APIPatrick Wendell2013-01-171-0/+27
| * add one extra testRyan LeCompte2013-01-121-0/+1
| * correct test paramsRyan LeCompte2013-01-121-2/+2
| * add unit testRyan LeCompte2013-01-111-0/+22
| * Merge pull request #350 from tdas/streamingMatei Zaharia2013-01-075-7/+423
| |\