aboutsummaryrefslogtreecommitdiff
path: root/core/src/test/scala
Commit message (Expand)AuthorAgeFilesLines
* Add missing license headers found with RATMatei Zaharia2013-09-021-0/+17
* Fix testMatei Zaharia2013-09-021-1/+1
* Move some classes to more appropriate packages:Matei Zaharia2013-09-0118-29/+42
* Initial work to rename package to org.apache.sparkMatei Zaharia2013-09-0147-138/+140
* Change build and run instructions to use assembliesMatei Zaharia2013-08-291-1/+1
* Bug in test fixedAli Ghodsi2013-08-201-3/+3
* Added a test to make sure no locality preferences are ignoredAli Ghodsi2013-08-201-0/+5
* Simpler codeAli Ghodsi2013-08-201-2/+1
* Fixed almost all of Matei's feedbackAli Ghodsi2013-08-201-7/+7
* fixed Matei's commentsAli Ghodsi2013-08-201-12/+13
* comment in the test to make it more understandableAli Ghodsi2013-08-201-1/+1
* Coalescer now uses current preferred locations for derived RDDs. Made run() i...Ali Ghodsi2013-08-201-7/+7
* added one test that will test a future functionalityAli Ghodsi2013-08-201-1/+10
* Added error messages to the tests to make failed tests less crypticAli Ghodsi2013-08-201-7/+7
* Fix bug in testsAli Ghodsi2013-08-201-5/+5
* word wrap before 100 chars per lineAli Ghodsi2013-08-201-6/+11
* Large scale load and locality tests for the coalesced partitions addedAli Ghodsi2013-08-201-9/+29
* load balancing coalescerAli Ghodsi2013-08-201-0/+22
* Merge pull request #828 from mateiz/sched-improvementsMatei Zaharia2013-08-197-36/+362
|\
| * Added unit tests for ClusterTaskSetManager, and fix a bug found withMatei Zaharia2013-08-184-14/+332
| * Address some review comments:Matei Zaharia2013-08-181-2/+6
| * Comment cleanup (via Kay) and some debug messagesMatei Zaharia2013-08-182-2/+2
| * Initial work towards scheduler refactoring:Matei Zaharia2013-08-183-20/+24
* | Merge pull request #849 from mateiz/web-fixesMatei Zaharia2013-08-191-3/+4
|\ \
| * | Allow some wiggle room in UISuite port test and in EC2 portsMatei Zaharia2013-08-191-2/+3
| * | Small fixes to web UI:Matei Zaharia2013-08-191-1/+1
| |/
* | Code review feedback. (added tests for cogroup and substract; added more docu...Reynold Xin2013-08-191-2/+40
* | Added a test for sorting using MutablePair's.Reynold Xin2013-08-191-2/+18
* | Made PairRDDFunctions taking only Tuple2, but made the rest of the shuffle co...Reynold Xin2013-08-194-16/+26
|/
* Moved shuffle serializer setting from a constructor parameter to a setSeriali...Reynold Xin2013-08-171-13/+6
* Merge pull request #839 from jegonzal/zip_partitionsMatei Zaharia2013-08-162-2/+2
|\
| * Reversing the argument order in zipPartitions to enable stronger type inference.Joseph E. Gonzalez2013-08-162-2/+2
* | Merge pull request #836 from pwendell/renamePatrick Wendell2013-08-151-8/+8
|\ \ | |/ |/|
| * Rename `memoryBytesToString` and `memoryMegabytesToString`Patrick Wendell2013-08-151-8/+8
* | A few small scheduler / job description changes.Reynold Xin2013-08-141-24/+24
|/
* Slight change to pr-784Patrick Wendell2013-08-131-2/+2
* Merge pull request #784 from jerryshao/dev-metrics-servletPatrick Wendell2013-08-132-17/+56
|\
| * MetricsServlet code refactor according to commentsjerryshao2013-08-121-6/+11
| * Add MetricsServlet for Spark metrics systemjerryshao2013-08-122-17/+51
* | Change scala.Option to Guava Optional in Java APIs.Josh Rosen2013-08-111-0/+30
|/
* Add test for Kryo with WrappedArray (which was failing in Chill 0.3.0)Matei Zaharia2013-08-081-1/+13
* Merge pull request #724 from dlyubimov/SPARK-826Matei Zaharia2013-08-061-1/+42
|\
| * Merge fixes merge commit hasn't pickedDmitriy Lyubimov2013-08-011-1/+2
| * Merge remote-tracking branch 'mesos/master' into SPARK-826Dmitriy Lyubimov2013-07-318-26/+235
| |\
| * | More elegant rewrite of the same.Dmitriy Lyubimov2013-07-311-6/+6
| * | (1) added reduce test case.Dmitriy Lyubimov2013-07-311-0/+15
| * | adding ===Dmitriy Lyubimov2013-07-301-2/+2
| * | + bug fixes;Dmitriy Lyubimov2013-07-301-1/+7
| * | mixing in SharedSparkContext for the kryo-collect testDmitriy Lyubimov2013-07-261-12/+12
| * | Leaking spark context in the testDmitriy Lyubimov2013-07-231-3/+7