aboutsummaryrefslogtreecommitdiff
path: root/python/pyspark/serializers.py
Commit message (Expand)AuthorAgeFilesLines
* [SPARK-3430] [PySpark] [Doc] generate PySpark API docs using SphinxDavies Liu2014-09-161-0/+3
* [SPARK-3030] [PySpark] Reuse Python workerDavies Liu2014-09-131-0/+4
* [SPARK-3094] [PySpark] compatitable with PyPyDavies Liu2014-09-121-3/+7
* [SPARK-3047] [PySpark] add an option to use str in textFileRDDDavies Liu2014-09-111-7/+11
* [SPARK-3309] [PySpark] Put all public API in __all__Davies Liu2014-09-031-1/+1
* [SPARK-2790] [PySpark] fix zip with serializers which have different batch si...Davies Liu2014-08-191-0/+3
* [SPARK-1065] [PySpark] improve supporting for large broadcastDavies Liu2014-08-161-0/+17
* [PySpark] [SPARK-2954] [SPARK-2948] [SPARK-2910] [SPARK-2101] Python 2.6 FixesJosh Rosen2014-08-111-2/+2
* [SPARK-2627] [PySpark] have the build enforce PEP 8 automaticallyNicholas Chammas2014-08-061-5/+16
* [SPARK-1687] [PySpark] fix unit tests related to pickable namedtupleDavies Liu2014-08-041-1/+5
* [SPARK-1687] [PySpark] pickable namedtupleDavies Liu2014-08-041-0/+60
* [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