aboutsummaryrefslogtreecommitdiff
path: root/core/src/test
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'master' into scala-2.10Prashant Sharma2013-10-012-4/+41
|\
| * Merge pull request #14 from kayousterhout/untangle_schedulerReynold Xin2013-09-261-3/+3
| |\
| | * Improved organization of scheduling packages.Kay Ousterhout2013-09-251-3/+3
| * | Merge pull request #9 from rxin/limitPatrick Wendell2013-09-261-0/+38
| |\ \ | | |/ | |/|
| | * Smarter take/limit implementation.Reynold Xin2013-09-201-0/+38
| * | Merge branch 'master' of github.com:markhamstra/incubator-sparkReynold Xin2013-09-231-1/+0
| |\ \
| | * | Removed repetative import; fixes hidden definition compiler warning.Mark Hamstra2013-09-031-1/+0
* | | | Fixed UISuite, for case when port 4040 is already bound on machine running th...Prashant Sharma2013-09-261-3/+0
* | | | Sync with master and some build fixesPrashant Sharma2013-09-263-10/+51
|\| | |
| * | | Merge pull request #937 from jerryshao/localProperties-fixReynold Xin2013-09-211-1/+44
| |\ \ \
| | * | | Add barrier for local properties unit test and fix some stylesjerryshao2013-09-221-2/+9
| | * | | Fix issue when local properties pass from parent to child threadjerryshao2013-09-181-1/+37
| | | |/ | | |/|
| * / | After unit tests, clear port properties unconditionallyAnkur Dave2013-09-192-9/+7
| |/ /
* | | Akka 2.2 migrationPrashant Sharma2013-09-223-3/+3
* | | Merge branch 'master' of git://github.com/mesos/spark into scala-2.10Prashant Sharma2013-09-157-25/+119
|\| |
| * | Change port from 3030 to 4040Patrick Wendell2013-09-111-1/+1
| * | Merge pull request #907 from stephenh/document_coalesce_shuffleMatei Zaharia2013-09-091-4/+10
| |\ \
| | * | Use a set since shuffle could change order.Stephen Haberman2013-09-091-1/+1
| | * | Add better docs for coalesce.Stephen Haberman2013-09-081-4/+10
| * | | Merge pull request #905 from mateiz/docs2Matei Zaharia2013-09-082-8/+8
| |\ \ \
| | * | | Fix unit test failure due to changed defaultMatei Zaharia2013-09-081-1/+1
| | * | | More fair scheduler docs and property names.Matei Zaharia2013-09-082-5/+5
| | * | | Work in progress:Matei Zaharia2013-09-081-2/+2
| | |/ /
| * | | Merge pull request #906 from pwendell/ganglia-sinkPatrick Wendell2013-09-081-11/+8
| |\ \ \ | | |/ / | |/| |
| | * | Adding more docs and some code cleanupPatrick Wendell2013-09-081-11/+8
| | |/
| * | Hot fix to resolve the compilation error caused by SPARK-821.Reynold Xin2013-09-061-1/+1
| * | Reynold's second round of commentsAaron Davidson2013-09-051-16/+18
| * | Add unit test and address commentsAaron Davidson2013-09-051-0/+89
| * | SPARK-821: Don't cache results when action run locally on driverAaron Davidson2013-09-051-1/+1
* | | Merged with masterPrashant Sharma2013-09-0662-567/+2285
|\| |
| * | Fix line over 100 charsAaron Davidson2013-09-041-2/+2
| * | Address Patrick's commentsAaron Davidson2013-09-041-8/+15
| * | SPARK-884: Add unit test to validate Spark JSON outputAaron Davidson2013-09-041-0/+85
| |/
| * Add missing license headers found with RATMatei Zaharia2013-09-023-0/+51
| * 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-0149-142/+144
| * 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