Skip to content
Snippets Groups Projects
Commit 139c24ef authored by Patrick Wendell's avatar Patrick Wendell
Browse files

Merge pull request #435 from tdas/filestream-fix

Fixed the flaky tests by making SparkConf not serializable

SparkConf was being serialized with CoGroupedRDD and Aggregator, which somehow caused OptionalJavaException while being deserialized as part of a ShuffleMapTask. SparkConf should not even be serializable (according to conversation with Matei). This change fixes that.

@mateiz @pwendell
parents 087487e9 0e15bd78
No related branches found
No related tags found
No related merge requests found
Showing
with 66 additions and 23 deletions
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment