aboutsummaryrefslogtreecommitdiff
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* Minor cleanup in Broadcast.scala.Mosharaf Chowdhury2010-10-124-82/+88
* Added a getId method to split to force classes to specify a unique IDMatei Zaharia2010-10-074-11/+23
* got rid of unnecessary lineJustin Ma2010-10-071-1/+0
* Merge branch 'master' into jtma-accumulatorJustin Ma2010-10-0713-124/+372
|\
| * Added toString() methods to UnionSplit, SeededSplit and CartesianSplit toJustin Ma2010-10-071-2/+11
| * Added splitWords function in UtilsMatei Zaharia2010-10-041-1/+26
| * Added reduceByKey operation for RDDs containing pairsalpha-0.1Matei Zaharia2010-10-032-2/+38
| * Fixed a rather bad bug in HDFS files that has been in for a while:root2010-10-032-0/+2
| * Merge branch 'matei-logging'Matei Zaharia2010-09-2911-100/+169
| |\
| | * Made task-finished log messages slightly nicerMatei Zaharia2010-09-291-6/+8
| | * A couple of minor fixes:Matei Zaharia2010-09-292-9/+16
| | * Changed printlns to log statements and fixed a bug in run that was causing it...Matei Zaharia2010-09-2810-93/+109
| | * Added Logging traitMatei Zaharia2010-09-281-0/+44
| * | Increase default locality wait to 3s. Fixes #20.Matei Zaharia2010-09-291-1/+1
| |/
| * Merge branch 'http-repl-class-serving'Matei Zaharia2010-09-284-24/+131
| |\
| | * More work on HTTP class loadingMatei Zaharia2010-09-283-24/+57
| | * Modified the interpreter to serve classes to the executors using a JettyMatei Zaharia2010-09-281-0/+74
| * | fixed typo in printing which task is already finishedJustin Ma2010-09-281-1/+1
* | | changes to accumulator to add objects in-place.Justin Ma2010-09-254-8/+11
|/ /
* | Let's use future instead of actorsJustin Ma2010-09-132-38/+24
* | Added fork()/join() operations for SparkContext, as well as corresponding cha...Justin Ma2010-09-122-49/+91
* | round robin scheduling of tasks has been addedJustin Ma2010-09-073-13/+25
* | now adding the Split object.Justin Ma2010-09-011-0/+3
* | - Got rid of 'Split' type parameter in RDDJustin Ma2010-08-317-59/+104
* | now we have sampling with replacement (at least on a per-split basis)Justin Ma2010-08-181-3/+17
* | HdfsFile.scala: added a try/catch block to exit gracefully for correupted gzi...Justin Ma2010-08-183-2/+35
|/
* Modified Scala interpreter to have it avoid computing string versions ofMatei Zaharia2010-08-151-1/+3
* Bug fix from JustinMatei Zaharia2010-08-131-1/+1
* Update to work with latest Mesos API changesroot2010-08-131-9/+9
* Fixed a bug where we would incorrectly decide we've finished a parallel opera...Matei Zaharia2010-08-091-12/+20
* Change shell framework's name to "Spark shell"Matei Zaharia2010-08-061-1/+1
* Updated code to work with Nexus->Mesos name changeMatei Zaharia2010-07-257-20/+20
* Removed Matei's old start on broadcast codeMatei Zaharia2010-07-256-248/+0
* Updated Spark to run with latest Mesos build and Scala-2.8.0.final.Justin Ma2010-07-192-4/+4
* Merge branch 'dev'Matei Zaharia2010-06-2711-288/+1036
|\
| * Imported changes from old repository (mostly Mosharaf's work,Matei Zaharia2010-04-0310-292/+1038
* | Made Spark shell class directory configurable.root2010-06-182-4/+5
* | Initial work on union operation.Matei Zaharia2010-06-181-0/+37
* | Added appropriate hashCode, equals and toString to ParallelArraySplit.Matei Zaharia2010-06-171-4/+24
* | Created common RDD superclass for distributed files and parallel arrays.Matei Zaharia2010-06-175-285/+250
* | Added back REPL testsMatei Zaharia2010-06-111-15/+16
* | Fix junk stripperMatei Zaharia2010-06-111-1/+1
* | New interpreter port for Scala 2.8 interpreterMatei Zaharia2010-06-1110-836/+2198
* | Use new Nexus APIMatei Zaharia2010-06-101-5/+6
* | Initial work on 2.8 portMatei Zaharia2010-06-1017-132/+79
* | Fix native build to use build directoryroot2010-04-301-2/+2
|/
* Initial commitMatei Zaharia2010-03-2944-0/+4342