Skip to content

Commit

Permalink
Fix one unit test that was not setting spark.cleaner.ttl
Browse files Browse the repository at this point in the history
  • Loading branch information
mateiz committed Jan 11, 2014
1 parent 669ba4c commit 942c80b
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -375,7 +375,7 @@ class BasicOperationsSuite extends TestSuiteBase {
}

test("slice") {
val conf2 = new SparkConf()
val conf2 = conf.clone()
.setMaster("local[2]")
.setAppName("BasicOperationsSuite")
.set("spark.streaming.clock", "org.apache.spark.streaming.util.ManualClock")
Expand Down

0 comments on commit 942c80b

Please sign in to comment.