aboutsummaryrefslogtreecommitdiff
path: root/core/src/test
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'master' into akka-bug-fixPrashant Sharma2013-12-119-13/+299
|\
| * License headersPatrick Wendell2013-12-095-0/+85
| * Merge pull request #190 from markhamstra/Stages4JobsMatei Zaharia2013-12-062-11/+36
| |\
| | * Synchronous, inline cleanup after runLocallyMark Hamstra2013-12-031-2/+0
| | * Added stageId <--> jobId mapping in DAGSchedulerMark Hamstra2013-12-032-11/+38
| * | FutureAction result testsMark Hamstra2013-12-051-0/+26
| * | Forcing shuffle consolidation in DiskBlockManagerSuitePatrick Wendell2013-12-051-2/+12
| |/
| * Merge pull request #217 from aarondav/mesos-urlsReynold Xin2013-12-021-0/+140
| |\
| | * Add spaces between testsAaron Davidson2013-11-291-0/+5
| | * Add unit test for SparkContext scheduler creationAaron Davidson2013-11-281-0/+135
* | | Merge branch 'master' into wip-scala-2.10Prashant Sharma2013-11-277-7/+337
|\| |
| * | [SPARK-963] Wait for SparkListenerBus eventQueue to be empty before checking ...Mark Hamstra2013-11-261-1/+6
| |/
| * Merge pull request #86 from holdenk/masterMatei Zaharia2013-11-262-0/+285
| |\
| | * Fix the testHolden Karau2013-11-251-3/+3
| | * Add spacesHolden Karau2013-11-181-0/+14
| | * Remove extranious type definitions from inside of testsHolden Karau2013-10-211-86/+86
| | * CR feedbackHolden Karau2013-10-211-58/+82
| | * Add tests for the Java implementation.Holden Karau2013-10-201-0/+14
| | * Initial commit of adding histogram functionality to the DoubleRDDFunctions.Holden Karau2013-10-191-0/+233
| * | Merge pull request #204 from rxin/hashMatei Zaharia2013-11-253-4/+46
| |\ \
| | * | Added unit tests for size estimation for specialized hash sets and maps.Reynold Xin2013-11-253-4/+46
| * | | Merge pull request #201 from rxin/mappartitionsMatei Zaharia2013-11-251-2/+0
| |\ \ \ | | |/ / | |/| |
| | * | Consolidated both mapPartitions related RDDs into a single MapPartitionsRDD.Reynold Xin2013-11-241-2/+0
* | | | Fixed compile time warnings and formatting post merge.Prashant Sharma2013-11-261-1/+1
* | | | Merge branch 'master' into scala-2.10-wipPrashant Sharma2013-11-251-0/+76
|\| | |
| * | | Merge pull request #185 from mkolod/random-number-generatorMatei Zaharia2013-11-241-0/+76
| |\ \ \ | | |/ / | |/| |
| | * | Updates to reflect pull request code reviewMarek Kolodziej2013-11-181-5/+5
| | * | XORShift RNG with unit tests and benchmarkMarek Kolodziej2013-11-181-0/+76
* | | | Merge branch 'master' of github.com:apache/incubator-spark into scala-2.10-tempPrashant Sharma2013-11-215-51/+209
|\| | |
| * | | Merge branch 'master' of github.com:tbfenet/incubator-sparkReynold Xin2013-11-212-45/+86
| |\ \ \
| | * | | PartitionPruningRDD is using index from parent(review changes)Matthew Taylor2013-11-191-11/+4
| | * | | PartitionPruningRDD is using index from parentMatthew Taylor2013-11-191-11/+59
| | |/ /
| * / / Remove the semicolons at the end of Scala code to make it more pure Scala code.Henry Saputra2013-11-192-6/+6
| |/ /
| * | Add PrimitiveVectorSuite and fix bug in resize()Aaron Davidson2013-11-171-0/+117
* | | Merge branch 'scala210-master' of github.com:colorant/incubator-spark into sc...Prashant Sharma2013-11-2128-178/+1598
|\ \ \
| * | | Merge branch 'master' into scala-2.10Raymond Liu2013-11-142-3/+2
| |\| |
| | * | Merge pull request #159 from liancheng/dagscheduler-actor-refineMatei Zaharia2013-11-131-1/+1
| | |\ \
| | | * | Replaced the daemon thread started by DAGScheduler with an actorLian, Cheng2013-11-091-1/+1
| | * | | Use SPARK_HOME instead of user.dir in ExecutorRunnerTestAaron Davidson2013-11-081-2/+1
| * | | | 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