aboutsummaryrefslogtreecommitdiff
path: root/core/src/test/scala
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'master' into master-mergePrashant Sharma2013-07-127-3/+125
|\
| * Ignore stderr when calling cat on a non-existing fileShivaram Venkataraman2013-07-071-1/+1
| * Set DriverSuite log level to WARNShivaram Venkataraman2013-07-071-0/+4
| * Suppress log messages in sbt test with two changes:Shivaram Venkataraman2013-07-072-2/+10
| * Merge remote-tracking branch 'pwendell/ui-updates'Matei Zaharia2013-07-062-0/+79
| |\
| | * Adding truncation for log filesPatrick Wendell2013-07-021-0/+31
| | * Various formatting changesPatrick Wendell2013-07-011-8/+8
| | * Handful of changes based on matei's reviewPatrick Wendell2013-06-271-3/+20
| | * Making all new classes package privatePatrick Wendell2013-06-261-1/+1
| | * Adding another unit test to Web UI suitePatrick Wendell2013-06-241-2/+16
| | * A few bug fixes and a unit testPatrick Wendell2013-06-242-0/+17
| * | Fixed compile error due to mergeMatei Zaharia2013-07-051-1/+0
| * | Allow RDD.takeSample to give samples bigger than the RDDMatei Zaharia2013-07-051-0/+34
* | | 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