aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'master' into scala-2.90.3-scala-2.9Matei Zaharia2011-07-141-1/+1
|\
| * Change version to 0.30.3-scala-2.8Matei Zaharia2011-07-141-1/+1
* | Merge branch 'master' into scala-2.9Matei Zaharia2011-07-141-1/+1
|\|
| * Lowered default number of splits for filesMatei Zaharia2011-07-141-1/+1
* | Merge branch 'master' into scala-2.9Matei Zaharia2011-07-142-0/+9
|\|
| * Set class loader for remote actors to fix a bug that happens in 2.9Matei Zaharia2011-07-142-0/+9
* | Merge branch 'master' into scala-2.9Matei Zaharia2011-07-146-47/+48
|\|
| * 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
* | Merge branch 'master' into scala-2.9Matei Zaharia2011-07-141-0/+170
|\|
| * Forgot to add a fileMatei Zaharia2011-07-141-0/+170
* | Merge branch 'master' into scala-2.9Matei Zaharia2011-07-1411-276/+115
|\|
| * Cleaned up a few issues to do with default parallelism levels. AlsoMatei Zaharia2011-07-1411-276/+115
* | Merge branch 'master' into scala-2.9Matei Zaharia2011-07-143-8/+77
|\|
| * Simplified and documented code a little and added testMatei Zaharia2011-07-143-31/+70
| * Merge branch 'master' into implicit-sequencefileMatei Zaharia2011-07-1318-397/+714
| |\
| * | Initial work to make stuff like sequenceFile[Int, Int] work withoutMatei Zaharia2011-06-281-7/+37
* | | Merge branch 'master' into scala-2.9Matei Zaharia2011-07-137-93/+162
|\ \ \ | | |/ | |/|
| * | 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
* | | Merge branch 'master' into scala-2.9Matei Zaharia2011-07-132-10/+49
|\| |
| * | Added mapPartitions operation and a bunch of tests for RDD opsMatei Zaharia2011-07-132-10/+49
* | | Merge branch 'master' into scala-2.9Matei Zaharia2011-07-1112-313/+516
|\| |
| * | Simplified parallel shuffle fetcher to use URLConnectionMatei Zaharia2011-07-112-45/+24
| * | Moved PairRDD and SequenceFileRDD functions to separate source filesMatei Zaharia2011-07-104-292/+371
| * | bug fixMatei Zaharia2011-07-091-32/+34
| * | Register byte[] with Kryo serializerMatei Zaharia2011-07-091-1/+1
| * | Added parallel shuffle fetcherMatei Zaharia2011-07-099-22/+163
| * | Support for non-filesystem-based Hadoop data sourcesMatei Zaharia2011-07-062-24/+32
| |/
* | 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
|\|
| * Don't pass a null context when running tasks locallyMatei 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
|\|
| * Fix a compile errorMatei Zaharia2011-06-271-1/+1
| * Merge pull request #64 from mesos/td-rdd-savetdas2011-06-2710-16/+398
| |\
| | * Merge branch 'master' into td-rdd-saveTathagata Das2011-06-2725-2331/+3606
| | |\ | | |/ | |/|
| | * Merge branch 'master' into td-rdd-saveTathagata Das2011-06-273-1/+85
| | |\
| | * | Further changes to HadoopFileWriter. Implemented ability to save RDDs as Sequ...Tathagata Das2011-06-243-80/+213
| | * | Improved HadoopFileWriter (saves key and value classes to jobconf)Tathagata Das2011-06-231-5/+11
| | * | Cleaner reimplementation of HadoopFileWriter. Introduced TaskContext.Tathagata Das2011-06-168-97/+184
| | * | Implemented TaskContext to hold contextual information (jobID, taskID, attemp...Tathagata Das2011-06-106-8/+34
| | * | HadoopFileWriter changed to use Hadoop's OutputCommitterTathagata Das2011-06-092-78/+42
| | * | First-cut implementation of RDD.SaveAsTextTathagata Das2011-06-052-0/+165
* | | | Merge branch 'master' into scala-2.9Matei Zaharia2011-06-2624-2330/+3621
|\| | |
| * | | Print version number 0.3 in REPLMatei Zaharia2011-06-261-1/+1
| * | | Merge branch 'mos-bt'Matei Zaharia2011-06-2620-2281/+3446
| |\ \ \
| | * | | Issue #42 fixed.Mosharaf Chowdhury2011-04-287-13/+19
| | * | | Refactoring: daemonThreadFactories have all been moved to the UtilsMosharaf Chowdhury2011-04-279-86/+54