Details
-
Improvement
-
Status: Resolved
-
Minor
-
Resolution: Fixed
-
None
-
None
Description
The PySpark accumulator API is implemented on top of the legacy accumulator API which is now deprecated. To allow this deprecated API to be removed eventually we will need to rewrite the PySpark accumulators on top of the new API. An open question for a possible follow up is if we want to make the Python accumulator API look more like the new accumulator API.
Attachments
Issue Links
- Is contained by
-
SPARK-16775 Remove deprecated accumulator v1 APIs
- Resolved
- is duplicated by
-
SPARK-16580 [WARN] class Accumulator in package spark is deprecated: use AccumulatorV2
- Resolved
- links to