aboutsummaryrefslogtreecommitdiff
path: root/core
Commit message (Expand)AuthorAgeFilesLines
* More work to allow Spark to run on the standalone deploy cluster.Matei Zaharia2012-07-087-38/+155
* Added back coarse-grained Mesos scheduler based on StandaloneScheduler.Matei Zaharia2012-07-0811-416/+320
* More work on standalone schedulerMatei Zaharia2012-07-068-33/+122
* Further refactoring, and start of a standalone scheduler backendMatei Zaharia2012-07-0612-38/+210
* Miscellaneous bug fixesMatei Zaharia2012-07-065-9/+15
* Some refactoring to make cluster scheduler pluggable.Matei Zaharia2012-07-0632-507/+717
* Further updates to run processes on cluster.Matei Zaharia2012-07-0111-33/+298
* More work on standalone deploy system.Matei Zaharia2012-07-0114-85/+465
* Detect connection and disconnection of slavesMatei Zaharia2012-06-305-47/+123
* More work on deploy code (adding Worker class)Matei Zaharia2012-06-3017-127/+350
* Initial framework to get a master and web UI up.Matei Zaharia2012-06-3010-27/+217
* Various code style fixes, mostly from IntelliJ IDEAMatei Zaharia2012-06-2940-287/+326
* Fixes to CoarseMesosSchedulerMatei Zaharia2012-06-291-8/+12
* Allow binding to a free port and change Akka logging to use SLF4J. AlsoMatei Zaharia2012-06-296-19/+38
* Upgraded to Akka 2 and fixed test execution (which was still parallelMatei Zaharia2012-06-2810-267/+360
* Various fixes when running on Mesosroot2012-06-203-5/+9
* Added testcase for ByteBufferInputStream bugs.Tathagata Das2012-06-171-2/+17
* Fixed nasty corner case bug in ByteBufferInputStream. Could not add a test ca...Tathagata Das2012-06-171-4/+8
* Various fixes to get unit tests running. In particular, shut downMatei Zaharia2012-06-175-24/+42
* Fixed HttpBroadcast to work with this branch's Serializer.Matei Zaharia2012-06-151-2/+2
* Merge branch 'master' into devMatei Zaharia2012-06-159-97/+352
|\
| * Merge branch 'master' into mesos-0.9Matei Zaharia2012-06-091-3/+3
| |\
| | * Further bug fix to HttpBroadcastMatei Zaharia2012-06-091-3/+3
| * | Merge branch 'master' into mesos-0.9Matei Zaharia2012-06-091-0/+1
| |\|
| | * Bug fix to HttpBroadcastMatei Zaharia2012-06-091-0/+1
| * | Merge branch 'master' into mesos-0.9Matei Zaharia2012-06-099-97/+351
| |\|
| | * Change the default broadcast implementation to a simple HTTP-basedMatei Zaharia2012-06-095-5/+144
| | * Performance improvements to shuffle operations: in particular, preserveMatei Zaharia2012-06-094-92/+207
* | | Added shutdown for akka to SparkContext.stop(). Helps a little, but many test...Tathagata Das2012-06-135-8/+15
* | | Multiple bug fixes to pass the testsuites ShuffleSuite and BlockManagerSuite.Tathagata Das2012-06-1311-131/+264
* | | Added BlockManagerSuite, which I'd forgotten to merge.Matei Zaharia2012-06-071-0/+182
* | | Merge in engine improvements from the Spark Streaming project, developedMatei Zaharia2012-06-0784-1401/+6361
|/ /
* | Merge branch 'master' into mesos-0.9Matei Zaharia2012-06-062-14/+11
|\|
| * Commit task outputs to Hadoop-supported storage systems in parallel on theMatei Zaharia2012-06-062-14/+11
* | Merge branch 'master' into mesos-0.9Matei Zaharia2012-06-063-14/+103
|\|
| * Handle arrays that contain the same element many times better inMatei Zaharia2012-06-062-13/+102
| * Some refactoring to make BoundedMemoryCache test similar to othersMatei Zaharia2012-06-061-1/+1
* | Merge branch 'master' into mesos-0.9Matei Zaharia2012-06-0329-184/+650
|\|
| * Merge pull request #132 from Benky/rb-first-iterationMatei Zaharia2012-05-267-47/+178
| |\
| | * MesosScheduler refactoringRichard Benkovsky2012-05-222-13/+42
| | * Added tests for CacheTrackerActorRichard Benkovsky2012-05-222-1/+100
| | * Little refactoringRichard Benkovsky2012-05-223-26/+20
| | * Added tests for Utils.copyStreamRichard Benkovsky2012-05-221-1/+12
| | * Formating fixedRichard Benkovsky2012-05-221-3/+1
| | * Utils.memoryBytesToString fixedRichard Benkovsky2012-05-191-3/+3
| * | BoundedMemoryCache.put fails when estimated size of 'value' is larger than ca...Richard Benkovsky2012-05-202-17/+65
| |/
| * Made some RDD dependencies transient to reduce the amount of data neededReynold Xin2012-05-162-4/+4
| * Updated Cache's put method to use a case class for response. PreviouslyReynold Xin2012-05-158-35/+50
| * Added the capacity to report cache usage status back to the cacheReynold Xin2012-05-148-30/+150
| * Made caches dataset-aware so that they won't cyclically evict partitionsMatei Zaharia2012-05-0611-103/+132