aboutsummaryrefslogtreecommitdiff
path: root/core/src/main/scala/org/apache/spark/Aggregator.scala
Commit message (Expand)AuthorAgeFilesLines
* [SPARK-12895][SPARK-12896] Migrate TaskMetrics to accumulatorsAndrew Or2016-01-271-2/+1
* [SPARK-12615] Remove some deprecated APIs in RDD/SparkContextReynold Xin2016-01-051-8/+0
* [SPARK-10710] Remove ability to disable spilling in core and SQLJosh Rosen2015-09-191-44/+15
* [SPARK-8735] [SQL] Expose memory usage for shuffles, joins and aggregationsAndrew Or2015-08-031-12/+12
* [SPARK-3850] Trim trailing spaces for core.Reynold Xin2015-05-311-2/+2
* [SPARK-7927] whitespace fixes for core.Reynold Xin2015-05-281-2/+2
* [SPARK-7323] [SPARK CORE] Use insertAll instead of insert while merging combi...Mridul Muralidharan2015-05-021-4/+1
* [SPARK-3288] All fields in TaskMetrics should be private and use getters/settersIlya Ganelin2015-01-191-4/+4
* [SPARK-4569] Rename 'externalSorting' in AggregatorIlya Ganelin2014-12-101-4/+6
* SPARK-2045 Sort-based shuffleMatei Zaharia2014-07-301-8/+16
* SPARK-2684: Update ExternalAppendOnlyMap to take an iterator as inputMatei Zaharia2014-07-271-4/+1
* SPARK-2519. Eliminate pattern-matching on Tuple2 in performance-critical...Sandy Ryza2014-07-161-4/+4
* SPARK-1093: Annotate developer and experimental API'sPatrick Wendell2014-04-091-0/+3
* [SPARK-1132] Persisting Web UI through refactoring the SparkListener interfaceAndrew Or2014-03-191-2/+0
* Merge remote-tracking branch 'apache/master' into filestream-fixTathagata Das2014-01-141-5/+17
|\
| * Adding fix covering combineCombinersByKey as wellPatrick Wendell2014-01-141-4/+12
| * Deprecate rather than remove old combineValuesByKey functionPatrick Wendell2014-01-141-2/+6
* | Changed SparkConf to not be serializable. And also fixed unit-test log paths ...Tathagata Das2014-01-141-2/+1
|/
* Merge pull request #408 from pwendell/external-serializersPatrick Wendell2014-01-131-1/+1
|\
| * Changing option wording per discussion with AndrewPatrick Wendell2014-01-131-1/+1
| * Improvements to external sortingPatrick Wendell2014-01-131-1/+1
* | Report bytes spilled for both memory and disk on Web UIAndrew Or2014-01-121-3/+6
* | Enable external sorting by defaultAndrew Or2014-01-121-1/+1
* | Get rid of spill map in SparkEnvAndrew Or2014-01-121-4/+3
* | Add number of bytes spilled to Web UIAndrew Or2014-01-101-3/+5
|/
* Address Patrick's and Reynold's commentsAndrew Or2014-01-101-1/+1
* Get SparkConf from SparkEnv, rather than creating new onesAndrew Or2014-01-071-1/+1
* Address Mark's commentsAndrew Or2014-01-041-4/+4
* Remove unnecessary ClassTag'sAndrew Or2014-01-031-3/+1
* Refactor using SparkConfAndrew Or2014-01-031-2/+3
* Simplify ExternalAppendOnlyMap on the assumption that the mergeCombiners func...Andrew Or2014-01-011-2/+1
* Address Aaron's commentsAndrew Or2013-12-291-1/+1
* Final cleanupAndrew Or2013-12-261-2/+8
* Return efficient iterator if no spillage happenedAaron Davidson2013-12-261-2/+4
* Allow Product2 rather than just tuple kv pairsAaron Davidson2013-12-261-2/+2
* Move maps to util, and refactor moreAndrew Or2013-12-261-1/+1
* New minor editsAndrew Or2013-12-261-3/+2
* Minor cleanup for Scala styleAaron Davidson2013-12-261-3/+3
* Add toggle for ExternalAppendOnlyMap in Aggregator and CoGroupedRDDAndrew Or2013-12-261-12/+35
* Refactor ExternalAppendOnlyMap to take in KVC instead of just KVAndrew Or2013-12-261-14/+6
* Working ExternalAppendOnlyMap for both CoGroupedRDDs and AggregatorAndrew Or2013-12-261-2/+0
* Working ExternalAppendOnlyMap for Aggregator, but not for CoGroupedRDDAndrew Or2013-12-261-5/+8
* Create fewer function objects in uses of AppendOnlyMap.changeValueMatei Zaharia2013-10-081-16/+14
* Fix some review commentsMatei Zaharia2013-10-081-11/+8
* Added a fast and low-memory append-only map implementation for cogroupMatei Zaharia2013-10-081-17/+21
* Initial work to rename package to org.apache.sparkMatei Zaharia2013-09-011-0/+61