aboutsummaryrefslogtreecommitdiff
path: root/python/pyspark/accumulators.py
Commit message (Expand)AuthorAgeFilesLines
* [SPARK-8652] [PYSPARK] Check return value for all uses of doctest.testmod()Josh Rosen2015-06-261-1/+3
* [SPARK-7899] [PYSPARK] Fix Python 3 pyspark/sql/types module conflictMichael Nazario2015-05-291-0/+4
* [SPARK-6661] Python type errors should print type, not objectElisey Zanko2015-04-201-1/+1
* [SPARK-4897] [PySpark] Python 3 supportDavies Liu2015-04-161-2/+7
* [SPARK-4387][PySpark] Refactoring python profiling code to make it extensibleYandu Oppacher2015-01-281-15/+0
* [SPARK-3478] [PySpark] Profile the Python tasksDavies Liu2014-09-301-0/+15
* Revert "[SPARK-3478] [PySpark] Profile the Python tasks"Josh Rosen2014-09-261-15/+0
* [SPARK-3478] [PySpark] Profile the Python tasksDavies Liu2014-09-261-0/+15
* [SPARK-3309] [PySpark] Put all public API in __all__Davies Liu2014-09-031-0/+3
* [SPARK-2627] [PySpark] have the build enforce PEP 8 automaticallyNicholas Chammas2014-08-061-0/+7
* SPARK-2282: Reuse Socket for sending accumulator updates to PysparkAaron Davidson2014-07-311-7/+27
* Add custom serializer support to PySpark.Josh Rosen2013-11-101-2/+4
* Add an add() method to pyspark accumulators.Ewen Cheslack-Postava2013-10-191-1/+12
* Add Apache license headers and LICENSE and NOTICE filesMatei Zaharia2013-07-161-0/+17
* Remove unnecessary doctest __main__ methods.Josh Rosen2013-02-031-9/+0
* Remove use of abc.ABCMeta due to cloudpickle issue.Josh Rosen2013-01-231-7/+4
* Make AccumulatorParam an abstract base class.Josh Rosen2013-01-211-3/+26
* Add __repr__ to Accumulator; fix bug in sc.accumulatorJosh Rosen2013-01-201-1/+10
* Add a class comment to AccumulatorMatei Zaharia2013-01-201-0/+12
* Added accumulators to PySparkMatei Zaharia2013-01-201-0/+166