aboutsummaryrefslogtreecommitdiff
path: root/core/src/test
Commit message (Expand)AuthorAgeFilesLines
* Minor clean-up in reviewPatrick Wendell2013-10-221-1/+1
* Response to code review and adding some more testsPatrick Wendell2013-10-221-13/+48
* Fix for Spark-870.Patrick Wendell2013-10-221-3/+5
* SPARK-940: Do not directly pass Stage objects to SparkListener.Patrick Wendell2013-10-222-3/+4
* Split MapOutputTracker into Master/Worker classes.Josh Rosen2013-10-192-14/+12
* Merge pull request #74 from rxin/killMatei Zaharia2013-10-181-0/+32
|\
| * Job cancellation via job group id.Reynold Xin2013-10-181-0/+32
* | Should compile now.Mosharaf Chowdhury2013-10-171-1/+2
* | Added an after block to reset spark.broadcast.factoryMosharaf Chowdhury2013-10-171-0/+4
* | BroadcastSuite updated to test both HttpBroadcast and TorrentBroadcast in loc...Mosharaf Chowdhury2013-10-171-3/+44
|/
* Fixed unit testsKay Ousterhout2013-10-162-25/+26
* Merge branch 'master' of github.com:apache/incubator-spark into killReynold Xin2013-10-147-84/+189
|\
| * Address Matei's commentsAaron Davidson2013-10-141-11/+2
| * Change BlockId filename to name + rest of Patrick's commentsAaron Davidson2013-10-131-11/+11
| * Add unit test and address rest of Reynold's commentsAaron Davidson2013-10-121-0/+123
| * Refactor BlockId into an actual typeAaron Davidson2013-10-126-81/+73
* | Fixed PairRDDFunctionsSuite after removing InterruptibleRDD.Reynold Xin2013-10-121-1/+1
* | Job cancellation: address Matei's code review feedback.Reynold Xin2013-10-123-34/+56
* | Fixed dagscheduler suite because of a logging message change.Reynold Xin2013-10-111-1/+1
* | Job cancellation: addressed code review feedback from Kay.Reynold Xin2013-10-111-11/+18
* | Making takeAsync and collectAsync deterministic.Reynold Xin2013-10-111-6/+4
* | Merge branch 'master' of github.com:apache/incubator-spark into killReynold Xin2013-10-103-5/+160
|\|
| * Merge pull request #19 from aarondav/master-zkMatei Zaharia2013-10-101-3/+4
| |\
| | * Address Matei's commentsAaron Davidson2013-10-051-2/+2
| | * Fix race conditions during recoveryAaron Davidson2013-10-041-2/+3
| | * Add license noticesAaron Davidson2013-09-261-1/+1
| * | Merge branch 'master' into fast-mapMatei Zaharia2013-10-102-15/+38
| |\ \
| * | | Moved files that were in the wrong directory after package renameMatei Zaharia2013-10-081-0/+0
| * | | Fix some review commentsMatei Zaharia2013-10-081-5/+18
| * | | Added a fast and low-memory append-only map implementation for cogroupMatei Zaharia2013-10-082-2/+143
* | | | Fixed the broken local scheduler test.Reynold Xin2013-10-102-2/+5
* | | | Added comprehensive tests for job cancellation in a variety of environments (...Reynold Xin2013-10-102-50/+138
* | | | Switched to use daemon thread in executor and fixed a bug in job cancellation...Reynold Xin2013-10-101-10/+12
* | | | Use the same Executor in LocalScheduler as in ClusterScheduler.Reynold Xin2013-10-101-1/+1
* | | | Fixed the deadlock situation in multi-job actions and added more unit tests.Reynold Xin2013-10-102-133/+149
* | | | Put the job cancellation handling into the dagscheduler's main event loop.Reynold Xin2013-10-102-12/+29
* | | | Merge branch 'master' of github.com:apache/incubator-spark into killReynold Xin2013-10-094-11/+54
|\ \ \ \ | | |/ / | |/| |
| * | | Merge pull request #49 from mateiz/kryo-fix-2Reynold Xin2013-10-091-0/+21
| |\ \ \
| | * | | Fix Chill serialization of Range objects, which used to write out eachMatei Zaharia2013-10-091-0/+21
| | |/ /
| * | | Style fixesKay Ousterhout2013-10-091-6/+13
| * | | Fix race condition in SparkListenerSuite (fixes SPARK-908).Kay Ousterhout2013-10-091-10/+5
| |/ /
| * | Merge pull request #31 from sundeepn/branch-0.8Reynold Xin2013-10-071-1/+6
| * | Merging build changes in from 0.8Patrick Wendell2013-10-051-1/+5
| * | Fixing SPARK-602: PythonPartitionerAndre Schumacher2013-10-041-0/+11
* | | Implemented FutureAction, FutureJob, CancellablePromise.Reynold Xin2013-10-091-105/+155
* | | Added countAsync and various unit tests for async actions.Reynold Xin2013-10-031-0/+154
* | | Merge branch 'master' into killReynold Xin2013-10-024-27/+172
|\| |
| * | Added additional unit test for repeated task failuresKay Ousterhout2013-09-301-1/+28
| * | Fixed compilation errors and broken test.Kay Ousterhout2013-09-302-10/+8
| * | Merge remote-tracking branch 'upstream/master' into results_through-bmKay Ousterhout2013-09-305-14/+92
| |\|