Skip to content

Commit

Permalink
Up the number of default partitions to expose bugs
Browse files Browse the repository at this point in the history
  • Loading branch information
lossyrob committed May 15, 2017
1 parent 2f005f9 commit 809c2f7
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -69,6 +69,7 @@ trait TestEnvironment extends BeforeAndAfterAll
conf
.setMaster("local")
.setAppName("Test Context")
.set("spark.default.parallelism", "4")

// Shortcut out of using Kryo serialization if we want to test against
// java serialization.
Expand Down

0 comments on commit 809c2f7

Please sign in to comment.