aboutsummaryrefslogtreecommitdiff
path: root/core/src/main/scala/spark/rdd/MapPartitionsWithSplitRDD.scala
Commit message (Expand)AuthorAgeFilesLines
* Renamed "splits" to "partitions"Matei Zaharia2013-02-171-24/+0
* Add back return types.Stephen Haberman2013-02-091-1/+1
* Merge branch 'dev-checkpoint' of github.com:radlab/spark into dev-mergeTathagata Das2012-12-261-7/+7
|\
| * Introduced getSpits, getDependencies, and getPreferredLocations in RDD and RD...Tathagata Das2012-12-181-1/+1
| * Modified checkpoint testsuite to more comprehensively test checkpointing of v...Tathagata Das2012-12-071-4/+2
* | Merge branch 'master' of github.com:mesos/spark into devReynold Xin2012-12-201-5/+8
|\ \ | |/ |/|
| * SPARK-635: Pass a TaskContext object to compute() interface and useReynold Xin2012-12-131-2/+2
| * SPARK-635: Pass a TaskContext object to compute() interface and use thatReynold Xin2012-12-131-4/+3
| * Added a partition preserving flag to MapPartitionsWithSplitRDD.Reynold Xin2012-11-271-1/+3
* | Added checkpointing support to all RDDs, along with CheckpointSuite to test c...Tathagata Das2012-10-301-1/+1
* | Modified RDD API to make dependencies a var (therefore can be changed to chec...Tathagata Das2012-10-291-5/+5
|/
* Factor subclasses of RDD out of RDD.scala into their own classesAndy Konwinski2012-10-051-0/+21