Details
-
Improvement
-
Status: Resolved
-
Major
-
Resolution: Fixed
-
3.0.0
-
The deprecated v1 Accumulator API (org.apache.spark.Accumulator and related classes) has been removed in Spark 3.0. Users should use the v2 API.
Description
Deprecating the old accumulator API added a large number of warnings - many of these could be fixed with a bit of refactoring to offer a non-deprecated internal class while still preserving the external deprecation warnings.
... but we can also just remove the old deprecated API entirely in Spark 3.0.0.
Attachments
Issue Links
- contains
-
SPARK-16861 Refactor PySpark accumulator API to be on top of AccumulatorV2 API
- Resolved
- links to