aboutsummaryrefslogtreecommitdiff
path: root/python/pyspark/shuffle.py
Commit message (Expand)AuthorAgeFilesLines
* [SPARK-10710] Remove ability to disable spilling in core and SQLJosh Rosen2015-09-191-30/+0
* [SPARK-9116] [SQL] [PYSPARK] support Python only UDT in __main__Davies Liu2015-07-291-1/+1
* [SPARK-8652] [PYSPARK] Check return value for all uses of doctest.testmod()Josh Rosen2015-06-261-1/+3
* [SPARK-8202] [PYSPARK] fix infinite loop during external sort in PySparkDavies Liu2015-06-181-4/+1
* [SPARK-7339] [PYSPARK] PySpark shuffle spill memory sometimes are not correctlinweizhong2015-05-261-4/+4
* [SPARK-6953] [PySpark] speed up python testsReynold Xin2015-04-211-3/+4
* [SPARK-4897] [PySpark] Python 3 supportDavies Liu2015-04-161-57/+69
* [SPARK-3074] [PySpark] support groupByKey() with single huge keyDavies Liu2015-04-091-117/+414
* [SPARK-4384] [PySpark] improve sort spillingDavies Liu2014-11-191-1/+10
* [SPARK-3886] [PySpark] simplify serializer, use AutoBatchedSerializer by defa...Davies Liu2014-11-031-4/+3
* [SPARK-3786] [PySpark] speedup testsDavies Liu2014-10-061-3/+2
* [SPARK-3463] [PySpark] aggregate and show spilled bytes in PythonDavies Liu2014-09-131-3/+16
* [SPARK-3073] [PySpark] use external sort in sortBy() and sortByKey()Davies Liu2014-08-261-8/+83
* [SPARK-2974] [SPARK-2975] Fix two bugs related to spark.local.dirsJosh Rosen2014-08-191-1/+1
* [SPARK-2627] [PySpark] have the build enforce PEP 8 automaticallyNicholas Chammas2014-08-061-10/+10
* [SPARK-2538] [PySpark] Hash based disk spilling aggregationDavies Liu2014-07-241-0/+439