aboutsummaryrefslogtreecommitdiff
path: root/core/src/test/scala
Commit message (Expand)AuthorAgeFilesLines
* Fix other failing testsMatei Zaharia2013-12-283-18/+7
* Various fixes to configuration codeMatei Zaharia2013-12-285-16/+18
* spark-544, introducing SparkConf and related configuration overhaul.Prashant Sharma2013-12-2510-82/+86
* Merge pull request #272 from tmyklebu/masterPatrick Wendell2013-12-191-1/+2
|\
| * objectSer -> valueSer in a test.Tor Myklebust2013-12-171-2/+2
| * Merge branch 'master' of git://github.com/apache/incubator-sparkTor Myklebust2013-12-162-2/+2
| |\
| * | Incorporate pwendell's code review suggestions.Tor Myklebust2013-12-161-2/+1
| * | Track task value serialisation time in TaskMetrics.Tor Myklebust2013-12-161-1/+3
* | | Make collectPartitions take an array of partitionsShivaram Venkataraman2013-12-191-7/+12
* | | Add collectPartition to JavaRDD interface.Shivaram Venkataraman2013-12-181-0/+28
| |/ |/|
* | Merge pull request #245 from gregakespret/task-maxfailures-fixReynold Xin2013-12-162-2/+2
|\ \ | |/ |/|
| * Fix tests.Grega Kespret2013-12-102-2/+2
* | 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