aboutsummaryrefslogtreecommitdiff
path: root/core/src/main/scala/spark/RDD.scala
Commit message (Expand)AuthorAgeFilesLines
* Initial work to rename package to org.apache.sparkMatei Zaharia2013-09-011-957/+0
* Merge pull request #828 from mateiz/sched-improvementsMatei Zaharia2013-08-191-2/+2
|\
| * Initial work towards scheduler refactoring:Matei Zaharia2013-08-181-2/+2
* | Made PairRDDFunctions taking only Tuple2, but made the rest of the shuffle co...Reynold Xin2013-08-191-5/+4
* | Allow subclasses of Product2 in all key-value related classes (ShuffleDepende...Reynold Xin2013-08-181-1/+4
|/
* Reversing the argument order in zipPartitions to enable stronger type inference.Joseph E. Gonzalez2013-08-161-12/+9
* Java examples, tests for KMeans and ALSShivaram Venkataraman2013-08-061-0/+5
* Add Apache license headers and LICENSE and NOTICE filesMatei Zaharia2013-07-161-0/+17
* comment adjustment to takeOrderedseanm2013-07-121-1/+1
* giving order to top and making tests more clearseanm2013-07-111-4/+2
* adding takeOrdered() to RDDseanm2013-07-101-0/+12
* Allow RDD.takeSample to give samples bigger than the RDDMatei Zaharia2013-07-051-20/+24
* Added a SparkContext accessor to RDDMatei Zaharia2013-07-051-0/+3
* Merge pull request #644 from shimingfei/jobloggerMatei Zaharia2013-06-221-1/+9
|\
| * edit according to commentsMingfei2013-06-211-3/+3
| * modify to pass job annotation by localProperties and use daeamon thread to do...Mingfei2013-06-081-1/+9
* | fix typo and coding styleGavin Li2013-06-181-7/+7
* | refine comments and add sc.cleanGavin Li2013-06-171-12/+18
* | Merge remote-tracking branch 'upstream1/master' into enhance_pipeGavin Li2013-06-161-10/+39
|\ \
| * \ Merge pull request #649 from ryanlecompte/masterMatei Zaharia2013-06-151-0/+19
| |\ \
| | * | use delegation for BoundedPriorityQueue, add Java APIryanlecompte2013-06-141-7/+2
| | * | use Iterator.single(elem) instead of Iterator(elem) for improved performance ...ryanlecompte2013-06-131-1/+1
| | * | add a new top K method to RDD using a bounded priority queueryanlecompte2013-06-121-0/+24
| | |/
| * / Adding compression to Hadoop save functionsPatrick Wendell2013-06-091-0/+9
| |/
| * More block manager cleanup.Reynold Xin2013-05-311-10/+11
* | update according to commentsGavin Li2013-06-161-67/+4
* | update according to commentsGavin Li2013-06-051-13/+76
* | enhance pipe to support what we can do in hadoop streamingGavin Li2013-06-011-0/+18
|/
* Actually use the cleaned closure in foreachPartitionMark Hamstra2013-05-101-1/+1
* Added removeRdd function in BlockManager.Reynold Xin2013-05-011-11/+4
* Cleaned up Ram's code. Moved SparkContext.remove to RDD.unpersist.Reynold Xin2013-05-011-0/+17
* Rename partition class and add scala docShivaram Venkataraman2013-04-281-0/+6
* Actually rename classes to ZippedPartitions*Shivaram Venkataraman2013-04-281-9/+9
* Rename to zipPartitions and style changesShivaram Venkataraman2013-04-281-12/+12
* Add an interface to zip iterators of multiple RDDsShivaram Venkataraman2013-04-261-0/+22
* Fix deprecated warningMatei Zaharia2013-04-071-1/+1
* Merge branch 'master' into shufflecoalesceStephen Haberman2013-03-231-1/+65
|\
| * constructorOfA -> constructA in doc commentsMark Hamstra2013-03-161-4/+4
| * fix wayward comma in doc commentMark Hamstra2013-03-161-1/+1
| * _With[Matei]Mark Hamstra2013-03-161-17/+17
| * Merge branch 'master' of https://github.com/mesos/spark into WithThingMark Hamstra2013-03-161-1/+17
| |\
| * | refactored _With API and added foreachPartitionMark Hamstra2013-03-101-36/+43
| * | refactor mapWith, flatMapWith and filterWith to each use two parameter listsMark Hamstra2013-03-051-6/+6
| * | whitespace formattingMark Hamstra2013-03-051-10/+10
| * | mapWith, flatMapWith and filterWithMark Hamstra2013-03-041-1/+58
* | | Fix are/our typo.Stephen Haberman2013-03-221-1/+1
* | | Add a shuffle parameter to coalesce.Stephen Haberman2013-03-221-1/+9
| |/ |/|
* | Finished subtractByKeys.Stephen Haberman2013-03-141-19/+17
* | Simplify SubtractedRDD in preparation from subtractByKey.Stephen Haberman2013-03-131-3/+21
|/
* Merge branch 'master' into bettersplitsStephen Haberman2013-02-241-38/+75
|\