aboutsummaryrefslogtreecommitdiff
path: root/core/src/main/scala/spark/rdd/CoalescedRDD.scala
Commit message (Expand)AuthorAgeFilesLines
* Initial work to rename package to org.apache.sparkMatei Zaharia2013-09-011-342/+0
* Merged in from upstream to use TaskLocation instead of stringsAli Ghodsi2013-08-201-5/+5
* indentAli Ghodsi2013-08-201-1/+1
* Simpler codeAli Ghodsi2013-08-201-3/+3
* simpler codeAli Ghodsi2013-08-201-16/+7
* Fixed almost all of Matei's feedbackAli Ghodsi2013-08-201-24/+19
* fixed Matei's commentsAli Ghodsi2013-08-201-60/+85
* making CoalescedRDDPartition publicAli Ghodsi2013-08-201-2/+1
* Coalescer now uses current preferred locations for derived RDDs. Made run() i...Ali Ghodsi2013-08-201-11/+19
* fixed matei's commentsAli Ghodsi2013-08-201-15/+16
* Made a function object that returns the coalesced groupsAli Ghodsi2013-08-201-30/+35
* several of Reynold's suggestions implementedAli Ghodsi2013-08-201-15/+14
* space removedAli Ghodsi2013-08-201-1/+1
* use count rather than foreachAli Ghodsi2013-08-201-2/+1
* made preferredLocation a val of the surrounding case classAli Ghodsi2013-08-201-10/+3
* Fix bug in testsAli Ghodsi2013-08-201-1/+1
* Renamed split to partitionAli Ghodsi2013-08-201-11/+11
* word wrap before 100 chars per lineAli Ghodsi2013-08-201-35/+40
* added goals inline as commentAli Ghodsi2013-08-201-0/+21
* Large scale load and locality tests for the coalesced partitions addedAli Ghodsi2013-08-201-54/+89
* Bug, should compute slack wrt parent partition size, not number of binsAli Ghodsi2013-08-201-2/+2
* load balancing coalescerAli Ghodsi2013-08-201-11/+196
* Add Apache license headers and LICENSE and NOTICE filesMatei Zaharia2013-07-161-0/+17
* CoalescedRDD changed to work with a big number of partitions both in the orig...Giovanni Delussu2013-03-191-2/+2
* Renamed "splits" to "partitions"Matei Zaharia2013-02-171-12/+12
* Add back return types.Stephen Haberman2013-02-091-5/+7
* Clean up RDDs, mainly to use getSplits.Stephen Haberman2013-02-051-7/+6
* Simplify checkpointing code and RDD class a little:Matei Zaharia2013-01-281-10/+4
* Merge branch 'dev-checkpoint' of github.com:radlab/spark into dev-mergeTathagata Das2012-12-261-11/+22
|\
| * Introduced getSpits, getDependencies, and getPreferredLocations in RDD and RD...Tathagata Das2012-12-181-5/+5
| * Bunch of bug fixes related to checkpointing in RDDs. RDDCheckpointData object...Tathagata Das2012-12-101-5/+3
| * Modified checkpoint testsuite to more comprehensively test checkpointing of v...Tathagata Das2012-12-071-5/+20
| * Refactored RDD checkpointing to minimize extra fields in RDD class.Tathagata Das2012-12-041-1/+1
* | Merge branch 'master' of github.com:mesos/spark into devReynold Xin2012-12-201-4/+6
|\ \ | |/ |/|
| * 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-5/+4
* | Added checkpointing support to all RDDs, along with CheckpointSuite to test c...Tathagata Das2012-10-301-12/+14
* | Modified RDD API to make dependencies a var (therefore can be changed to chec...Tathagata Das2012-10-291-6/+13
|/
* Moves all files in core/src/main/scala/ that have RDD in their nameAndy Konwinski2012-10-051-0/+47