aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
* | 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-302-1/+1
* | 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-292-23/+21
|\|
| * Merge branch 'master' of github.com:mesos/sparkReynold Xin2012-03-291-2/+0
| |\
| | * Remove dependency on AkkaMatei Zaharia2012-03-291-2/+0
| * | Removed the extra spaces in OrderedRDDFunctions and SortedRDD.Reynold Xin2012-03-291-20/+20
| |/
| * Added sbt-assembly for spark-repl project so we can generate anReynold Xin2012-03-221-1/+1
* | DocumentationMatei Zaharia2012-03-171-1/+1
* | DocumentationMatei Zaharia2012-03-171-0/+12
* | Further fixes to how Mesos is found and usedMatei Zaharia2012-03-174-24/+25
* | 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-177-17/+33
|/
* 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-1048-581/+758
|\
| * 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-0920-346/+456
| * Test commithaoyuan2012-02-061-1/+1
* | 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
* | Add dependency on fastutil and update GuavaMatei Zaharia2012-02-061-2/+3
* | Synchronization fix in case SparkContext is used from multiple threads.Matei Zaharia2012-02-061-1/+1
|/
* Simplifying testMatei Zaharia2012-02-051-15/+7
* Merge branch 'master' of github.com:mesos/sparkMatei Zaharia2012-01-311-0/+10
|\
| * Merge pull request #108 from patelh/masterMatei Zaharia2012-01-301-0/+10
| |\
| | * Add register immutable map to kryo serializerHiral Patel2012-01-261-0/+10
| |/
* / Some fixes to the examples (mostly to use functional API)Matei Zaharia2012-01-314-76/+72
|/
* Merge pull request #103 from edisontung/masterMatei Zaharia2012-01-134-72/+185
|\
| * Fixed bugsEdison Tung2012-01-092-7500008/+16
| * Revert de01b6deaaee1b43321e0aac330f4a98c0ea61c6^..HEADEdison Tung2011-12-013-93/+7500006
| * Fixed bug in RDDEdison Tung2011-12-011-1/+1
| * Renamed SparkLocalKMeans to SparkKMeansEdison Tung2011-12-011-56/+62
| * added takeSamples methodEdison Tung2011-11-211-0/+33
| * Added KMeans examplesEdison Tung2011-11-212-0/+153