aboutsummaryrefslogtreecommitdiff
path: root/core/src/test/scala/org/apache/spark
Commit message (Expand)AuthorAgeFilesLines
* Removed a repeated test and changed tests to not use uncommons jarPrashant Sharma2014-01-021-44/+50
* ignoring tests for now, contrary to what I assumed these tests make sense giv...Prashant Sharma2014-01-021-3/+3
* Merge remote-tracking branch 'apache-github/master' into log4j-fix-2Patrick Wendell2014-01-016-4/+87
|\
| * Merge pull request #73 from falaki/ApproximateDistinctCountReynold Xin2013-12-314-0/+83
| |\
| | * Added Java unit tests for countApproxDistinct and countApproxDistinctByKeyHossein Falaki2013-12-301-0/+32
| | * Renamed countDistinct and countDistinctByKey methods to include ApproxHossein Falaki2013-12-303-9/+9
| | * Using origin versionHossein Falaki2013-12-3035-156/+1905
| | |\
| | * | Removed superfluous abs call from test cases.Hossein Falaki2013-12-101-2/+2
| | * | Made SerializableHyperLogLog Externalizable and added Kryo testsHossein Falaki2013-10-181-0/+4
| | * | Improved code style.Hossein Falaki2013-10-172-13/+17
| | * | Added countDistinctByKey to PairRDDFunctions that counts the approximate numb...Hossein Falaki2013-10-171-0/+30
| | * | Added a countDistinct method to RDD that takes takes an accuracy parameter an...Hossein Falaki2013-10-171-0/+13
| * | | Merge pull request #289 from tdas/filestream-fixPatrick Wendell2013-12-311-2/+2
| |\ \ \
| | * \ \ Merge branch 'apache-master' into filestream-fixTathagata Das2013-12-243-1/+108
| | |\ \ \ | | | | |/ | | | |/|
| | * | | Merge branch 'scheduler-update' into filestream-fixTathagata Das2013-12-1914-78/+75
| | |\ \ \
| | * | | | Fixed multiple file stream and checkpointing bugs.Tathagata Das2013-12-111-2/+2
| * | | | | Changed naming of StageCompleted event to be consistentKay Ousterhout2013-12-272-2/+2
* | | | | | Removing use in testPatrick Wendell2013-12-311-2/+0
|/ / / / /
* | | | | Merge pull request #127 from kayousterhout/consolidate_schedulersPatrick Wendell2013-12-248-313/+66
|\ \ \ \ \ | |_|_|/ / |/| | | |
| * | | | Correctly merged in maxTaskFailures fixKay Ousterhout2013-12-223-4/+4
| * | | | Fix build error in testKay Ousterhout2013-12-211-1/+1
| * | | | Renamed ClusterScheduler to TaskSchedulerImplKay Ousterhout2013-12-204-12/+12
| * | | | Merge remote branch 'upstream/master' into consolidate_schedulersKay Ousterhout2013-12-2020-79/+195
| |\ \ \ \
| * \ \ \ \ Merge master into 127Aaron Davidson2013-12-0818-71/+828
| |\ \ \ \ \
| * \ \ \ \ \ Merge remote-tracking branch 'upstream/master' into consolidate_schedulersKay Ousterhout2013-11-151-1/+1
| |\ \ \ \ \ \
| * | | | | | | Fixed naming issues and added back ability to specify max task failures.Kay Ousterhout2013-11-135-104/+94
| * | | | | | | Merge remote-tracking branch 'upstream/master' into consolidate_schedulersKay Ousterhout2013-11-138-3/+564
| |\ \ \ \ \ \ \
| * | | | | | | | Extracted TaskScheduler interface.Kay Ousterhout2013-11-134-21/+22
| * | | | | | | | Cleaned up imports and fixed test bugKay Ousterhout2013-10-311-4/+5
| * | | | | | | | Fixed most issues with unit testsKay Ousterhout2013-10-305-106/+103
| * | | | | | | | Deduplicate Local and Cluster schedulers.Kay Ousterhout2013-10-304-249/+21
* | | | | | | | | Merge pull request #244 from leftnoteasy/masterReynold Xin2013-12-231-0/+73
|\ \ \ \ \ \ \ \ \ | |_|_|_|_|/ / / / |/| | | | | | | |
| * | | | | | | | spark-898, changes according to review commentswangda.tan2013-12-171-34/+11
| * | | | | | | | Merge branch 'master' of git://github.com/apache/incubator-sparkwangda.tan2013-12-1618-76/+158
| |\ \ \ \ \ \ \ \
| * | | | | | | | | SPARK-968, added sc finalize code to avoid akka rebinding to the same portwangda.tan2013-12-091-0/+7
| * | | | | | | | | Merge branch 'master' of https://github.com/leftnoteasy/incubator-spark-1wangda.tan2013-12-095-13/+214
| |\ \ \ \ \ \ \ \ \ | | | |_|_|_|/ / / / | | |/| | | | | | |
| * | | | | | | | | SPARK-968, In stage UI, add an overview section that shows task stats grouped...wangda.tan2013-12-091-0/+89
* | | | | | | | | | 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