aboutsummaryrefslogtreecommitdiff
path: root/core/src/test/scala
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'master' into master-mergePrashant Sharma2013-07-0325-409/+1504
|\
| * Merge pull request #664 from pwendell/test-fixMatei Zaharia2013-06-271-1/+0
| |\
| | * Removing incorrect test statementPatrick Wendell2013-06-271-1/+0
| * | Refactored tests to share SparkContexts in some of themMatei Zaharia2013-06-2510-425/+373
| * | Some fixes to the launch-java-directly change:Matei Zaharia2013-06-251-14/+39
| * | Fixed deprecated use of expect in SizeEstimatorSuiteMatei Zaharia2013-06-251-36/+36
| * | Clone the zero value for each key in foldByKeyMatei Zaharia2013-06-231-0/+22
| * | Merge pull request #648 from shivaram/netty-dbgMatei Zaharia2013-06-221-0/+25
| |\ \ | | |/ | |/|
| | * Fix some comments and styleShivaram Venkataraman2013-06-131-2/+1
| | * Merge branch 'netty-dbg' of github.com:shivaram/spark into netty-dbgShivaram Venkataraman2013-06-121-0/+26
| | |\
| | | * Don't write zero block files with java serializerShivaram Venkataraman2013-06-051-0/+26
| * | | Merge pull request #644 from shimingfei/jobloggerMatei Zaharia2013-06-222-1/+106
| |\ \ \
| | * | | edit according to commentsMingfei2013-06-211-1/+1
| | * | | modify sparklister function interface according to commentsMingfei2013-06-131-5/+5
| | * | | Merge branch 'master' of https://github.com/mesos/sparkMingfei2013-06-081-3/+6
| | |\| |
| | * | | modify to pass job annotation by localProperties and use daeamon thread to do...Mingfei2013-06-082-1/+106
| | | |/ | | |/|
| * | | Merge pull request #643 from adatao/masterMatei Zaharia2013-06-171-2/+19
| |\ \ \
| | * | | Import just scala.math.abs rather than scala.math._Christopher Nguyen2013-06-161-1/+1
| | * | | Move zero-length partition testing from JavaAPISuite.java to PartitioningSuit...Christopher Nguyen2013-06-162-24/+19
| | * | | Add zeroLengthPartitions() test to make sure, e.g., StatCounter.scala can han...Christopher Nguyen2013-06-151-0/+22
| | |/ /
| * | | Merge remote-tracking branch 'xiajunluan/xiajunluan'Matei Zaharia2013-06-182-1/+207
| |\ \ \
| | * | | Update LocalSchedulerSuite to avoid using sleep for task launchAndrew xia2013-06-151-24/+59
| | * | | 1. Add unit test for local schedulerAndrew xia2013-05-301-0/+171
| | * | | implement FIFO and fair scheduler for spark local modeAndrew xia2013-05-301-1/+1
| * | | | Merge remote-tracking branch 'upstream1/master' into enhance_pipeGavin Li2013-06-166-22/+193
| |\ \ \ \
| | * \ \ \ Merge pull request #649 from ryanlecompte/masterMatei Zaharia2013-06-151-0/+19
| | |\ \ \ \
| | | * | | | add a new top K method to RDD using a bounded priority queueryanlecompte2013-06-121-0/+19
| | | | |_|/ | | | |/| |
| | * | | | Removing print statementPatrick Wendell2013-06-101-1/+0
| | * | | | Adding Java-API version of compression codecPatrick Wendell2013-06-091-0/+46
| | * | | | Clean extra whitespacePatrick Wendell2013-06-091-2/+0
| | * | | | Adding compression to Hadoop save functionsPatrick Wendell2013-06-091-0/+48
| | |/ / /
| | * | | Merge pull request #634 from xiajunluan/masterMatei Zaharia2013-06-071-3/+6
| | |\ \ \ | | | |_|/ | | |/| |
| | | * | Fix schedulingAlgorithm bugs for unit testAndrew xia2013-06-031-3/+6
| | | |/
| | * | More block manager cleanup.Reynold Xin2013-05-311-14/+22
| | * | Fixed the flaky unpersist test in RDDSuite.Reynold Xin2013-05-301-4/+4
| | * | Merge branch 'master' of git://github.com/mesos/sparkShivaram Venkataraman2013-05-301-0/+26
| | |\ \
| | | * | Skip fetching zero-sized blocks in OIO.Shivaram Venkataraman2013-05-291-0/+27
| | * | | Flush serializer to fix zero-size kryo blocks bug.Shivaram Venkataraman2013-05-291-5/+17
| | * | | Couple of Netty fixesShivaram Venkataraman2013-05-281-1/+13
| | |/ /
| * | | update according to commentsGavin Li2013-06-161-4/+9
| * | | update according to commentsGavin Li2013-06-051-2/+5
| * | | add ut for pipe enhancementGavin Li2013-06-021-0/+31
| |/ /
| * | Merge pull request #529 from xiajunluan/masterMatei Zaharia2013-05-251-0/+247
| |\|
| | * fix bug of unit testsAndrew xia2013-05-211-32/+40
| | * Merge branch 'master' into xiajunluanAndrew xia2013-05-1814-18/+581
| | |\
| | * | expose TaskSetManager type to resourceOffer function in ClusterSchedulerAndrew xia2013-05-181-46/+66
| | * | Fix ClusterScheduler bug to avoid allocating tasks to same slaveAndrew xia2013-05-171-17/+29
| | * | refactor the Schedulable interface and add unit test for SchedulingAlgorithmAndrew xia2013-04-181-0/+207
| * | | Fixed a stupid mistake that NonJavaSerializableClass was made JavaReynold Xin2013-05-241-1/+1
| * | | Automatically configure Netty port. This makes unit tests usingReynold Xin2013-05-244-25/+25