aboutsummaryrefslogtreecommitdiff
path: root/core
Commit message (Expand)AuthorAgeFilesLines
* 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
* | Merge branch 'master' of github.com:mesos/sparkMatei Zaharia2012-04-082-0/+12
|\ \
| * | Report entry dropping in BoundedMemoryCacheAnkur Dave2012-04-062-0/+12
* | | Fix a possible deadlock in MesosSchedulerMatei Zaharia2012-04-081-4/+8
|/ /
* | 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
* Removed the extra spaces in OrderedRDDFunctions and SortedRDD.Reynold Xin2012-03-291-20/+20
* Some fixes to sorting for when the RDD has fewer elements than theMatei Zaharia2012-03-172-23/+47
* Merge pull request #112 from cengle/masterMatei Zaharia2012-03-061-14/+2
|\
| * Get key and value container from RecordReaderCliff Engle2012-02-291-14/+2
* | Fixes a nasty bug that could happen when tasks fail, because callingMatei Zaharia2012-03-011-1/+1
|/
* Merge pull request #111 from alupher/masterMatei Zaharia2012-02-244-2/+101
|\
| * Removed unnecessary importAntonio2012-02-211-1/+0
| * Added sorting testing suiteAntonio2012-02-211-0/+42
| * Added fixes to sortingAntonio2012-02-132-14/+9
| * Added sorting by key for pair RDDsAntonio2012-02-113-2/+65
* | Added support for parallel execution of jobs in DAGScheduler.Matei Zaharia2012-02-198-44/+161
* | Fixed a deadlock that occured with MesosScheduler due to an earlierMatei Zaharia2012-02-111-140/+142
|/
* Formatting fixesMatei Zaharia2012-02-105-15/+21
* Merge branch 'formatting'Matei Zaharia2012-02-1046-579/+756
|\
| * Code format.haoyuan2012-02-1040-292/+362
| * Format the code a bit mroe.haoyuan2012-02-094-18/+13
| * Format the code as coding style agreed by Matei/TD/Haoyuanhaoyuan2012-02-0919-345/+455
* | Delete Spark's temporary directories when the JVM exits.Matei Zaharia2012-02-092-5/+26
* | Made the default cache BoundedMemoryCache, and reduced its default sizeMatei Zaharia2012-02-092-2/+2
* | Added some tests for multithreaded access to Spark.Matei Zaharia2012-02-091-0/+57
* | Replaced LocalFileShuffle with a non-singleton ShuffleManager classMatei Zaharia2012-02-097-98/+104
* | IO optimizationsMatei Zaharia2012-02-064-4/+13