Details
-
Sub-task
-
Status: Resolved
-
P3
-
Resolution: Fixed
-
None
-
None
Description
As part of the API clean ups of Spark 3, there are some methods that do not work as before. For details.
SPARK-19287 JavaPairRDD flatMapValues requires function returning Iterable, not Iterator
SPARK-25737 Remove JavaSparkContextVarargsWorkaround and standardize union() methods
If we want to support both Spark 2 and Spark 3 with the same runner code base we should probably create an adapter class for API incompatible code between Spark versions.
Attachments
Issue Links
- links to