Details
-
Bug
-
Status: Closed
-
Critical
-
Resolution: Done
-
1.4.0
-
None
Description
If all goes well, this will be a "Won't Fix". Before releasing we should make sure all operations wrapped in `RDDOperationScope.withScope` are actually tested and enclosed closures are actually cleaned. This is because a big change went into `ClosureCleaner` and wrapping methods in closures may change whether they are serializable.
TL;DR we should run all the wrapped operations to make sure we don't run into java.lang.NotSerializableException.
Attachments
Issue Links
- is related to
-
SPARK-7741 ContextCleaner not used by many DStream operations
- Resolved
-
SPARK-7237 Many user provided closures are not actually cleaned
- Closed