aboutsummaryrefslogtreecommitdiff
path: root/core/src/test
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'master' into scala-2.10Raymond Liu2013-11-1328-177/+1598
|\
| * Merge pull request #148 from squito/include_appIdReynold Xin2013-11-071-0/+20
| |\
| | * fix formattingImran Rashid2013-11-071-3/+5
| | * very basic regression test to make sure appId doesnt get dropped in futureImran Rashid2013-11-071-0/+18
| * | Add Spark multi-user support for standalone mode and Mesosjerryshao2013-11-071-1/+3
| |/
| * Attempt to fix SparkListenerSuite breakageAaron Davidson2013-11-061-1/+1
| * Merge pull request #128 from shimingfei/joblogger-docReynold Xin2013-11-041-1/+1
| * Clean up test files properlyAaron Davidson2013-11-031-5/+9
| * Fix test breakageAaron Davidson2013-11-031-1/+1
| * Memory-optimized shuffle file consolidationAaron Davidson2013-11-031-0/+80
| * Code review feedback.Reynold Xin2013-11-033-13/+84
| * Fixed a bug that uses twice amount of memory for the primitive arrays due to ...Reynold Xin2013-11-024-4/+4
| * Merge branch 'master' into hash1Reynold Xin2013-11-0210-62/+297
| |\
| | * Add support for local:// URI scheme for addJars()Evan Chan2013-10-301-0/+16
| | * Spacing fixPatrick Wendell2013-10-241-2/+2
| | * Adding Java versions and associated testsPatrick Wendell2013-10-241-0/+21
| | * Adding testsPatrick Wendell2013-10-241-13/+0
| | * Add a `repartition` operator.Patrick Wendell2013-10-241-0/+33
| | * Clear akka frame size property in testsKay Ousterhout2013-10-231-2/+6
| | * Fixed broken testsKay Ousterhout2013-10-231-4/+3
| | * Merge remote-tracking branch 'upstream/master' into ui_new_stateKay Ousterhout2013-10-234-31/+67
| | |\
| | | * 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
| | * | Show "GETTING_RESULTS" state in UI.Kay Ousterhout2013-10-211-4/+64
| | |/
| | * 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
| * | Added a number of very fast, memory-efficient data structures: BitSet, OpenHa...Reynold Xin2013-10-164-0/+385
| |/
| * 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
| | |\ \