aboutsummaryrefslogtreecommitdiff
path: root/core
Commit message (Expand)AuthorAgeFilesLines
* 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
* 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
* | | | | | | | | | | | | | | | | Removed a debug statement that slipped in as a printlnMatei Zaharia2011-07-211-1/+0
* | | | | | | | | | | | | | | | | Merge branch 'new-rdds-protobuf'Matei Zaharia2011-07-218-70/+133
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | |_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|/ |/| | | | | | | | | | | | | | | |
| * | | | | | | | | | | | | | | | Various fixesMatei Zaharia2011-05-294-3/+9
| * | | | | | | | | | | | | | | | Merge branch 'master' into new-rdds-protobufMatei Zaharia2011-05-29144-434151/+41
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | | | | | | Initial work on making stuff compile with protobuf Mesosroot2011-05-2410-67/+123
* | | | | | | | | | | | | | | | | | Lowered default number of splits for filesMatei Zaharia2011-07-141-1/+1
| |_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|/ |/| | | | | | | | | | | | | | | |
* | | | | | | | | | | | | | | | | Set class loader for remote actors to fix a bug that happens in 2.9Matei Zaharia2011-07-142-0/+9
| |_|_|_|_|_|_|_|_|_|_|_|_|_|_|/ |/| | | | | | | | | | | | | | |
* | | | | | | | | | | | | | | | Renamed ParallelArray to ParallelCollectionMatei Zaharia2011-07-143-30/+27
* | | | | | | | | | | | | | | | Remove RDD.toString because it looked confusingMatei Zaharia2011-07-141-4/+0
* | | | | | | | | | | | | | | | Fix tracking of updates in accumulators to solve an issue that would manifest...Matei Zaharia2011-07-142-13/+21
| |_|_|_|_|_|_|_|_|_|_|_|_|_|/ |/| | | | | | | | | | | | | |
* | | | | | | | | | | | | | | Forgot to add a fileMatei Zaharia2011-07-141-0/+170
| |_|_|_|_|_|_|_|_|_|_|_|_|/ |/| | | | | | | | | | | | |
* | | | | | | | | | | | | | Cleaned up a few issues to do with default parallelism levels. AlsoMatei Zaharia2011-07-1410-275/+114
| |_|_|_|_|_|_|_|_|_|_|_|/ |/| | | | | | | | | | | |
* | | | | | | | | | | | | Simplified and documented code a little and added testMatei Zaharia2011-07-143-31/+70
* | | | | | | | | | | | | Merge branch 'master' into implicit-sequencefileMatei Zaharia2011-07-1317-395/+714
|\ \ \ \ \ \ \ \ \ \ \ \ \ | | |_|_|_|_|_|_|_|_|_|_|/ | |/| | | | | | | | | | |
| * | | | | | | | | | | | Updated save code to allow non-file-based OutputFormats and added a testMatei Zaharia2011-07-136-91/+160
| * | | | | | | | | | | | Increase default value of spark.locality.wait a littleMatei Zaharia2011-07-131-1/+1
| | |_|_|_|_|_|_|_|_|_|/ | |/| | | | | | | | | |
| * | | | | | | | | | | Added mapPartitions operation and a bunch of tests for RDD opsMatei Zaharia2011-07-132-10/+49
| | |_|_|_|_|_|_|_|_|/ | |/| | | | | | | | |
| * | | | | | | | | | Simplified parallel shuffle fetcher to use URLConnectionMatei Zaharia2011-07-111-44/+24