aboutsummaryrefslogtreecommitdiff
path: root/python/pyspark/serializers.py
Commit message (Expand)AuthorAgeFilesLines
* [SPARK-10542] [PYSPARK] fix serialize namedtupleDavies Liu2015-09-141-0/+1
* [SPARK-8652] [PYSPARK] Check return value for all uses of doctest.testmod()Josh Rosen2015-06-261-3/+5
* [SPARK-8339] [PYSPARK] integer division for python 3Kevin Conor2015-06-191-1/+1
* [SPARK-4897] [PySpark] Python 3 supportDavies Liu2015-04-161-54/+47
* [SPARK-3074] [PySpark] support groupByKey() with single huge keyDavies Liu2015-04-091-1/+24
* [SPARK-5154] [PySpark] [Streaming] Kafka streaming support in PythonDavies Liu2015-02-021-1/+8
* [SPARK-5224] [PySpark] improve performance of parallelize list/ndarrayDavies Liu2015-01-151-0/+4
* [SPARK-4841] fix zip with textFile()Davies Liu2014-12-151-0/+6
* [SPARK-4548] []SPARK-4517] improve performance of python broadcastDavies Liu2014-11-241-171/+7
* [SPARK-3721] [PySpark] broadcast objects larger than 2GDavies Liu2014-11-181-7/+178
* [SPARK-3886] [PySpark] simplify serializer, use AutoBatchedSerializer by defa...Davies Liu2014-11-031-23/+13
* [SPARK-3993] [PySpark] fix bug while reuse worker after take()Davies Liu2014-10-231-0/+1
* [SPARK-2377] Python API for Streaminggiwa2014-10-121-0/+3
* [SPARK-3886] [PySpark] use AutoBatchedSerializer by defaultDavies Liu2014-10-101-2/+2
* [SPARK-2461] [PySpark] Add a toString method to GeneralizedLinearModelSandy Ryza2014-10-061-3/+3
* [SPARK-3491] [MLlib] [PySpark] use pickle to serialize data in MLlibDavies Liu2014-09-191-0/+36
* [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