aboutsummaryrefslogtreecommitdiff
path: root/core/src/test
Commit message (Expand)AuthorAgeFilesLines
* Merge remote-tracking branch 'apache-github/master' into remove-binariesPatrick Wendell2014-01-031-1/+1
|\
| * Merge pull request #317 from ScrapCodes/spark-915-segregate-scriptsPatrick Wendell2014-01-031-1/+1
| |\
| | * sbin/spark-class* -> bin/spark-class*Prashant Sharma2014-01-031-1/+1
| | * Merge branch 'scripts-reorg' of github.com:shane-huang/incubator-spark into s...Prashant Sharma2014-01-021-1/+1
| | |\
| | | * Merge branch 'reorgscripts' into scripts-reorgshane-huang2013-09-271-1/+1
| | | |\
| | | | * added spark-class and spark-executor to sbinshane-huang2013-09-231-1/+1
* | | | | Changes on top of Prashant's patch.Patrick Wendell2014-01-033-53/+33
* | | | | Restored the previously removed testPrashant Sharma2014-01-031-1/+12
* | | | | fixed review commentsPrashant Sharma2014-01-032-4/+13
* | | | | Merge branch 'master' into spark-1002-remove-jarsPrashant Sharma2014-01-0317-270/+455
|\| | | |
| * | | | Merge pull request #297 from tdas/window-improvementPatrick Wendell2014-01-022-156/+232
| |\ \ \ \ | | |/ / / | |/| | |
| | * | | Merge branch 'apache-master' into window-improvementTathagata Das2013-12-268-313/+66
| | |\ \ \
| | * \ \ \ Merge branch 'master' into window-improvementTathagata Das2013-12-263-1/+108
| | |\ \ \ \
| | * | | | | Added tests for PartitionerAwareUnionRDD in the CheckpointSuite. Refactored C...Tathagata Das2013-12-201-156/+205
| | * | | | | Merge branch 'scheduler-update' into window-improvementTathagata Das2013-12-1931-149/+879
| | |\ \ \ \ \
| | * | | | | | Added partitioner aware union, modified DStream.window.Tathagata Das2013-11-211-0/+27
| * | | | | | | Miscellaneous fixes from code review.Matei Zaharia2014-01-013-11/+5
| * | | | | | | Merge remote-tracking branch 'apache/master' into conf2Matei Zaharia2014-01-011-2/+0
| |\ \ \ \ \ \ \
| * \ \ \ \ \ \ \ Merge remote-tracking branch 'apache/master' into conf2Matei Zaharia2014-01-014-0/+83
| |\ \ \ \ \ \ \ \
| * \ \ \ \ \ \ \ \ Merge remote-tracking branch 'apache/master' into conf2Matei Zaharia2013-12-313-4/+4
| |\ \ \ \ \ \ \ \ \
| * | | | | | | | | | Updated docs for SparkConf and handled review commentsMatei Zaharia2013-12-301-0/+2
| * | | | | | | | | | Properly show Spark properties on web UI, and change app name propertyMatei Zaharia2013-12-291-1/+1
| * | | | | | | | | | Added tests for SparkConf and fixed a bugMatei Zaharia2013-12-292-0/+116
| * | | | | | | | | | Merge remote-tracking branch 'origin/master' into conf2Matei Zaharia2013-12-299-316/+144
| |\ \ \ \ \ \ \ \ \ \ | | | |_|_|_|_|_|/ / / | | |/| | | | | | | |
| * | | | | | | | | | 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
* | | | | | | | | | | 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-022-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
| |\ \ \ \ \ \ \ \ | | | |_|_|/ / / / | | |/| | | | | |