aboutsummaryrefslogtreecommitdiff
path: root/core
Commit message (Expand)AuthorAgeFilesLines
* 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
|/
* 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
* | Use java.util.HashMap in shufflesMatei Zaharia2012-02-062-12/+29
* | Synchronization fix in case SparkContext is used from multiple threads.Matei Zaharia2012-02-061-1/+1
|/
* Simplifying testMatei Zaharia2012-02-051-15/+7
* Add register immutable map to kryo serializerHiral Patel2012-01-261-0/+10
* Merge pull request #103 from edisontung/masterMatei Zaharia2012-01-131-0/+37
|\
| * Fixed bugsEdison Tung2012-01-091-14/+16
| * Revert de01b6deaaee1b43321e0aac330f4a98c0ea61c6^..HEADEdison Tung2011-12-011-4/+6
| * Fixed bug in RDDEdison Tung2011-12-011-1/+1
| * added takeSamples methodEdison Tung2011-11-211-0/+33
* | Fixed a failure recovery bug and added some tests for fault recovery.Matei Zaharia2012-01-133-33/+54
* | Fixed a failure recovery bug and added some tests for fault recovery.Matei Zaharia2012-01-131-0/+77
* | Register RDDs with the MapOutputTracker even if they have no partitions.Matei Zaharia2012-01-053-8/+28
* | Merge commit 'ad4ebff42c1b738746b2b9ecfbb041b6d06e3e16'Matei Zaharia2011-12-143-0/+45
|\ \
| * | Deduplicate exceptions when printing themAnkur Dave2011-11-143-3/+39
| * | Report errors in tasks to the driver via a Mesos status updateAnkur Dave2011-11-142-0/+9
| |/
* | Make Spark port default to 7077 so that it's not an ephemeral port that might...Matei Zaharia2011-12-141-1/+1
* | Merge remote-tracking branch 'origin/charles-newhadoop'Matei Zaharia2011-12-024-0/+198
|\ \
| * | Add new Hadoop API reading support.Charles Reiss2011-12-013-0/+130
| * | Add new Hadoop API writing support.Charles Reiss2011-12-012-0/+68
| |/
* | Added fold() and aggregate() operations that reuse an object toMatei Zaharia2011-11-302-2/+55
* | Send SPARK_JAVA_OPTS to slave nodes.Matei Zaharia2011-11-301-1/+2
|/
* Bug fix: reject offers that we didn't find any tasks forMatei Zaharia2011-11-081-1/+1
* Closure cleaner unit testMatei Zaharia2011-11-081-0/+132
* Updates to the closure cleaner to work better with closures in classes.Matei Zaharia2011-11-081-9/+42
* Make parallelize() work efficiently for ranges of Long, Double, etcMatei Zaharia2011-11-022-5/+52
* Update Spark to work with the latest Mesos APIMatei Zaharia2011-10-304-13/+12