aboutsummaryrefslogtreecommitdiff
path: root/core
Commit message (Expand)AuthorAgeFilesLines
* 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
* Miscellaneous fixes:root2011-10-172-1/+12
* Merge branch 'ankur-master'root2011-10-142-6/+31
|\
| * Implement PairRDDFunctions.partitionByAnkur Dave2011-10-091-0/+9
| * Fix PairRDDFunctions.groupWith partitioningAnkur Dave2011-10-091-3/+9
| * Add custom partitioner support to PairRDDFunctions.combineByKeyAnkur Dave2011-10-091-2/+11
| * Use BufferedOutputStream in ShuffleMapTaskAnkur Dave2011-10-091-1/+2
* | Added a jarOfObject method to get the JAR of the class that an objectMatei Zaharia2011-08-291-5/+7
* | Added a convenience method for getting the JAR file that loaded a classMatei Zaharia2011-08-291-0/+18
|/
* Made a log message slightly less uglyMatei Zaharia2011-08-271-1/+1
* New mesos.jarMatei Zaharia2011-08-101-0/+0
* Minor fix: can use >= when checking memoryMatei Zaharia2011-08-021-1/+1
* Use scala.math instead of Math as the latter is deprecated.Ismael Juma2011-08-021-1/+1
* Change currentThread to Thread.currentThread as the former is deprecated.Ismael Juma2011-08-025-7/+7
* Fix issue #65: Change @serializable to extends Serializable in 2.9 branchIsmael Juma2011-08-0225-66/+39
* Merge branch 'scala-2.9'Matei Zaharia2011-08-013-2/+6
|\
| * Merge branch 'master' into scala-2.9Matei Zaharia2011-07-141-1/+1
| |\
| * \ Merge branch 'master' into scala-2.9Matei Zaharia2011-07-142-0/+9
| |\ \
| * \ \ Merge branch 'master' into scala-2.9Matei Zaharia2011-07-146-47/+48
| |\ \ \
| * \ \ \ Merge branch 'master' into scala-2.9Matei Zaharia2011-07-141-0/+170
| |\ \ \ \
| * \ \ \ \ Merge branch 'master' into scala-2.9Matei Zaharia2011-07-1410-275/+114
| |\ \ \ \ \
| * \ \ \ \ \ Merge branch 'master' into scala-2.9Matei Zaharia2011-07-143-8/+77
| |\ \ \ \ \ \
| * \ \ \ \ \ \ Merge branch 'master' into scala-2.9Matei Zaharia2011-07-137-93/+162
| |\ \ \ \ \ \ \
| * \ \ \ \ \ \ \ Merge branch 'master' into scala-2.9Matei Zaharia2011-07-132-10/+49
| |\ \ \ \ \ \ \ \
| * \ \ \ \ \ \ \ \ Merge branch 'master' into scala-2.9Matei Zaharia2011-07-1112-313/+516
| |\ \ \ \ \ \ \ \ \
| * | | | | | | | | | Support for non-filesystem-based Hadoop data sourcesMatei Zaharia2011-07-062-24/+32
| * | | | | | | | | | Merge remote-tracking branch 'origin/master' into scala-2.9Matei Zaharia2011-06-271-1/+2
| |\ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | Fixed HadoopFileWriter to compile for Scala 2.9Matei Zaharia2011-06-271-1/+2
| * | | | | | | | | | | Merge branch 'master' into scala-2.9Matei Zaharia2011-06-2710-17/+399
| |\ \ \ \ \ \ \ \ \ \ \
| * \ \ \ \ \ \ \ \ \ \ \ Merge branch 'master' into scala-2.9Matei Zaharia2011-06-2617-2275/+3397
| |\ \ \ \ \ \ \ \ \ \ \ \
| * \ \ \ \ \ \ \ \ \ \ \ \ Merge branch 'master' into scala-2.9Matei Zaharia2011-06-192-0/+67
| |\ \ \ \ \ \ \ \ \ \ \ \ \
| * \ \ \ \ \ \ \ \ \ \ \ \ \ Merge remote-tracking branch 'origin/master' into scala-2.9Matei Zaharia2011-06-013-6/+13
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | | | | Remove unnecessary toStream calls.Ismael Juma2011-06-011-3/+3
| * | | | | | | | | | | | | | | Merge remote-tracking branch 'origin/master' into scala-2.9Matei Zaharia2011-05-312-0/+7
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | | | | | Some docs in ClosureCleanerMatei Zaharia2011-05-311-0/+3
* | | | | | | | | | | | | | | | | Updated to newest Mesos API, which includes better memory accountingMatei Zaharia2011-08-015-53/+92
* | | | | | | | | | | | | | | | | Various improvements to Kryo serializer:Matei Zaharia2011-07-216-11/+168