aboutsummaryrefslogtreecommitdiff
path: root/core/src/test
Commit message (Expand)AuthorAgeFilesLines
* Fix issue with FileSuite failingMridul Muralidharan2013-04-151-1/+0
* Checkpoint commit - compiles and passes a lot of tests - not all though, look...Mridul Muralidharan2013-04-153-2/+3
* Use Boolean in the Java API, and != for assert.Stephen Haberman2013-03-231-1/+2
* Merge branch 'master' into shufflecoalesceStephen Haberman2013-03-231-1/+91
|\
| * Merge pull request #510 from markhamstra/WithThingMatei Zaharia2013-03-231-0/+60
| |\
| | * _With[Matei]Mark Hamstra2013-03-161-3/+3
| | * Merge branch 'master' of https://github.com/mesos/spark into WithThingMark Hamstra2013-03-163-1/+181
| | |\
| | * | deleted excess curly bracesMark Hamstra2013-03-101-2/+2
| | * | refactored _With API and added foreachPartitionMark Hamstra2013-03-101-20/+14
| | * | Merge branch 'master' of https://github.com/mesos/spark into WithThingMark Hamstra2013-03-104-476/+222
| | |\ \
| | * | | refactor mapWith, flatMapWith and filterWith to each use two parameter listsMark Hamstra2013-03-051-6/+6
| | * | | whitespace formattingMark Hamstra2013-03-051-6/+6
| | * | | mapWith, flatMapWith and filterWithMark Hamstra2013-03-041-0/+66
| * | | | Merge pull request #538 from rxin/cogroupMatei Zaharia2013-03-201-1/+31
| |\ \ \ \
| | * | | | Added mapSideCombine flag to CoGroupedRDD. Added unit test forReynold Xin2013-03-201-1/+31
| | | |_|/ | | |/| |
* | / | | Add a shuffle parameter to coalesce.Stephen Haberman2013-03-221-1/+5
|/ / / /
* | | | Merge branch 'master' of https://github.com/mesos/spark into foldByKeyMark Hamstra2013-03-161-1/+27
|\| | |
| * | | Merge pull request #525 from stephenh/subtractByKeyMatei Zaharia2013-03-161-1/+27
| |\ \ \
| | * | | Allow subtractByKey's other argument to have a different value type.Stephen Haberman2013-03-141-1/+1
| | * | | Finished subtractByKeys.Stephen Haberman2013-03-141-1/+27
| | | |/ | | |/|
* | | | Merge branch 'master' of https://github.com/mesos/spark into foldByKeyMark Hamstra2013-03-151-0/+86
|\| | |
| * | | Merge pull request #516 from squito/fix_local_metricsMatei Zaharia2013-03-151-0/+86
| |\ \ \
| | * | | increase sleep timeImran Rashid2013-03-101-1/+1
| | * | | add a small wait to one task to make sure some task runtime really is non-zeroImran Rashid2013-03-101-4/+10
| | * | | enable task metrics in local mode, add testsImran Rashid2013-03-091-0/+80
| | | |/ | | |/|
* | | | whitespace cleanupMark Hamstra2013-03-151-22/+22
* | | | restrict V type of foldByKey in order to retain ClassManifest; added foldByKe...Mark Hamstra2013-03-141-1/+23
|/ / /
* | / Add a test for NextIterator.Stephen Haberman2013-03-131-0/+68
| |/ |/|
* | Merge remote-tracking branch 'woggling/dag-sched-driver-port'Matei Zaharia2013-03-101-5/+4
|\ \
| * | Prevent DAGSchedulerSuite from corrupting driver.port.Charles Reiss2013-03-091-4/+5
| |/
* | Merge pull request #512 from patelh/fix-kryo-serializerMatei Zaharia2013-03-101-0/+1
|\ \
| * | Fix reference bug in Kryo serializer, add test, update versionHiral Patel2013-03-071-0/+1
| |/
* | Merge remote-tracking branch 'stephenh/nomocks'Matei Zaharia2013-03-103-474/+220
|\ \ | |/ |/|
| * Fix MapOutputTrackerSuite.Stephen Haberman2013-02-261-2/+4
| * Override DAGScheduler.runLocally so we can remove the Thread.sleep.Stephen Haberman2013-02-251-3/+6
| * Merge branch 'master' into nomocksStephen Haberman2013-02-2510-111/+240
| |\
| * | Use stubs instead of mocks for DAGSchedulerSuite.Stephen Haberman2013-02-093-479/+219
* | | Merge pull request #506 from rxin/spark-706Matei Zaharia2013-03-031-1/+19
|\ \ \
| * | | Fixed SPARK-706: Failures in block manager put leads to read taskReynold Xin2013-02-281-1/+19
* | | | Merge branch 'master' into stageInfoImran Rashid2013-03-034-5/+95
|\ \ \ \
| * | | | Fixed replication bug in BlockManagerTathagata Das2013-02-251-1/+15
| | |_|/ | |/| |
| * | | Merge pull request #459 from stephenh/bettersplitsMatei Zaharia2013-02-252-5/+24
| |\ \ \
| | * | | Use default parallelism if its set.Stephen Haberman2013-02-241-1/+1
| | * | | Merge branch 'master' into bettersplitsStephen Haberman2013-02-249-106/+205
| | |\ \ \
| | * | | | Tweak test names.Stephen Haberman2013-02-161-2/+2
| | * | | | Change defaultPartitioner to use upstream split size.Stephen Haberman2013-02-102-4/+23
| * | | | | Merge branch 'mesos-master' into streamingTathagata Das2013-02-242-0/+47
| |\ \ \ \ \ | | | |/ / / | | |/| | |
| | * | | | Update for split->partition rename.Stephen Haberman2013-02-241-1/+1
| | * | | | Merge branch 'master' into subtractStephen Haberman2013-02-238-102/+151
| | |\ \ \ \
| | | * | | | Add fault tolerance test that uses replicated RDDs.Charles Reiss2013-02-221-0/+21
| | | | |/ / | | | |/| |