Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Make proactive serializability checking optional.
SparkContext.clean uses ClosureCleaner's proactive serializability checking by default. This commit adds an overloaded clean method to SparkContext that allows clients to specify that serializability checking should not occur as part of closure cleaning.
- Loading branch information