aboutsummaryrefslogtreecommitdiff
path: root/python/pyspark/serializers.py
Commit message (Expand)AuthorAgeFilesLines
* [SPARK-2538] [PySpark] Hash based disk spilling aggregationDavies Liu2014-07-241-1/+28
* [SPARK-2470] PEP8 fixes to PySparkNicholas Chammas2014-07-211-13/+18
* SPARK-1421. Make MLlib work on Python 2.6Matei Zaharia2014-04-051-1/+10
* SPARK-1414. Python API for SparkContext.wholeTextFilesMatei Zaharia2014-04-041-1/+1
* SPARK-977 Added Python RDD.zip functionPrabin Banka2014-03-101-1/+28
* Switch from MUTF8 to UTF8 in PySpark serializers.Josh Rosen2014-01-281-3/+3
* The rest of the Python side of those bindings.Tor Myklebust2013-12-191-1/+1
* Removed unused basestring case from dump_stream.Josh Rosen2013-11-261-2/+0
* FramedSerializer: _dumps => dumps, _loads => loads.Josh Rosen2013-11-101-13/+13
* Send PySpark commands as bytes insetad of strings.Josh Rosen2013-11-101-0/+5
* Add custom serializer support to PySpark.Josh Rosen2013-11-101-67/+243
* Remove Pickle-wrapping of Java objects in PySpark.Josh Rosen2013-11-031-0/+18
* Replace magic lengths with constants in PySpark.Josh Rosen2013-11-031-0/+6
* Fixing SPARK-602: PythonPartitionerAndre Schumacher2013-10-041-0/+4
* Add Apache license headers and LICENSE and NOTICE filesMatei Zaharia2013-07-161-0/+17
* Add Python timing instrumentationJey Kottalam2013-06-211-0/+4
* Added accumulators to PySparkMatei Zaharia2013-01-201-1/+6
* Rename top-level 'pyspark' directory to 'python'Josh Rosen2013-01-011-0/+78