aboutsummaryrefslogtreecommitdiff
path: root/core
Commit message (Expand)AuthorAgeFilesLines
* 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
| * Merge pull request #129 from mesos/rxinMatei Zaharia2012-04-242-1/+23
| |\
| | * Added a test for the previous commit (failing to serialize task resultsReynold Xin2012-04-241-0/+16
| | * Force serialize/deserialize task results in local execution mode.Reynold Xin2012-04-241-1/+7
| * | Removed commented-out System.exit callAntonio2012-04-231-1/+0
| * | Added exception handling instead of just exiting in LocalScheduler for tasks ...Antonio2012-04-201-1/+2
| |/
| * Added the ability to set environmental variables in piped rdd.Reynold Xin2012-04-173-4/+52
| * Bug fix to pluggable closure serialization changeMatei Zaharia2012-04-123-7/+5
| * Merge pull request #121 from rxin/kryo-closureMatei Zaharia2012-04-108-14/+69
| |\
| | * Added a closureSerializer field in SparkEnv and use it to serializeReynold Xin2012-04-105-21/+61
| | * Added an option (spark.closure.serializer) to specify the serializer forReynold Xin2012-04-094-18/+33
* | | Fixed the way the JAR server is created after finding issue at TwitterMatei Zaharia2012-05-051-6/+5
* | | Merge branch 'master' into mesos-0.9Matei Zaharia2012-04-082-0/+12
|\| |
| * | Merge branch 'master' of github.com:mesos/sparkMatei Zaharia2012-04-082-0/+12
| |\ \
| | * | Report entry dropping in BoundedMemoryCacheAnkur Dave2012-04-062-0/+12
* | | | Merge branch 'master' into mesos-0.9Matei Zaharia2012-04-081-4/+8
|\| | |
| * | | Fix a possible deadlock in MesosSchedulerMatei Zaharia2012-04-081-4/+8
| |/ /
* | | Merge branch 'master' into mesos-0.9Matei Zaharia2012-04-052-31/+31
|\| |
| * | Pass local IP address instead of hostname in spark.master.host. Fixes #117.Matei Zaharia2012-04-051-1/+1
| * | Converted some tabs to spacesMatei Zaharia2012-04-051-30/+30
| |/
| * Use Runtime.maxMemory instead of Runtime.totalMemory inMatei Zaharia2012-03-301-1/+1
* | Use Runtime.maxMemory instead of Runtime.totalMemory inMatei Zaharia2012-03-301-1/+1
* | Use Mesos 0.9 RC3 JAR and protobuf 2.4.1Matei Zaharia2012-03-301-0/+0
* | Fixes to work with the very latest Mesos 0.9 APIMatei Zaharia2012-03-295-26/+41
* | Merge branch 'master' into mesos-0.9Matei Zaharia2012-03-291-20/+20
|\|
| * Removed the extra spaces in OrderedRDDFunctions and SortedRDD.Reynold Xin2012-03-291-20/+20
* | Further fixes to how Mesos is found and usedMatei Zaharia2012-03-171-1/+0
* | Merge branch 'master' into mesos-0.9Matei Zaharia2012-03-172-23/+47
|\|
| * Some fixes to sorting for when the RDD has fewer elements than theMatei Zaharia2012-03-172-23/+47
* | Initial work to make Spark compile with Mesos 0.9 and Hadoop 1.0Matei Zaharia2012-03-176-15/+27
|/