aboutsummaryrefslogtreecommitdiff
path: root/core/src/main/scala/spark/rdd/UnionRDD.scala
Commit message (Expand)AuthorAgeFilesLines
* Initial work to rename package to org.apache.sparkMatei Zaharia2013-09-011-73/+0
* Add Apache license headers and LICENSE and NOTICE filesMatei Zaharia2013-07-161-0/+17
* Renamed "splits" to "partitions"Matei Zaharia2013-02-171-15/+15
* Add back return types.Stephen Haberman2013-02-091-2/+2
* Clean up RDDs, mainly to use getSplits.Stephen Haberman2013-02-051-6/+2
* Simplify checkpointing code and RDD class a little:Matei Zaharia2013-01-281-10/+4
* Minor cleanup.Stephen Haberman2013-01-211-2/+1
* Merge branch 'dev-checkpoint' of github.com:radlab/spark into dev-mergeTathagata Das2012-12-261-21/+22
|\
| * Introduced getSpits, getDependencies, and getPreferredLocations in RDD and RD...Tathagata Das2012-12-181-8/+5
| * Fixed bug in UnionRDD and CoGroupedRDDTathagata Das2012-12-111-8/+4
| * Bunch of bug fixes related to checkpointing in RDDs. RDDCheckpointData object...Tathagata Das2012-12-101-7/+8
| * Modified checkpoint testsuite to more comprehensively test checkpointing of v...Tathagata Das2012-12-071-5/+14
| * Refactored RDD checkpointing to minimize extra fields in RDD class.Tathagata Das2012-12-041-8/+4
* | Merge branch 'master' of github.com:mesos/spark into devReynold Xin2012-12-201-7/+8
|\ \ | |/ |/|
| * SPARK-635: Pass a TaskContext object to compute() interface and useReynold Xin2012-12-131-3/+3
| * SPARK-635: Pass a TaskContext object to compute() interface and use thatReynold Xin2012-12-131-12/+10
* | Added checkpointing support to all RDDs, along with CheckpointSuite to test c...Tathagata Das2012-10-301-14/+18
* | Modified RDD API to make dependencies a var (therefore can be changed to chec...Tathagata Das2012-10-291-8/+12
|/
* Document the Dependency classes.Josh Rosen2012-10-071-1/+1
* Moves all files in core/src/main/scala/ that have RDD in their nameAndy Konwinski2012-10-051-0/+57