Skip to content

Commit

Permalink
Revert "Fix one unit test that was not setting spark.cleaner.ttl"
Browse files Browse the repository at this point in the history
This reverts commit 942c80b.
  • Loading branch information
pwendell committed Jan 12, 2014
1 parent 6510f04 commit 22d4d62
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 = conf.clone()
val conf2 = new SparkConf()
.setMaster("local[2]")
.setAppName("BasicOperationsSuite")
.set("spark.streaming.clock", "org.apache.spark.streaming.util.ManualClock")
Expand Down

0 comments on commit 22d4d62

Please sign in to comment.