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

Revert "Fix one unit test that was not setting spark.cleaner.ttl"

This reverts commit 942c80b3.
parent 6510f04e
No related branches found
No related tags found
No related merge requests found
...@@ -375,7 +375,7 @@ class BasicOperationsSuite extends TestSuiteBase { ...@@ -375,7 +375,7 @@ class BasicOperationsSuite extends TestSuiteBase {
} }
test("slice") { test("slice") {
val conf2 = conf.clone() val conf2 = new SparkConf()
.setMaster("local[2]") .setMaster("local[2]")
.setAppName("BasicOperationsSuite") .setAppName("BasicOperationsSuite")
.set("spark.streaming.clock", "org.apache.spark.streaming.util.ManualClock") .set("spark.streaming.clock", "org.apache.spark.streaming.util.ManualClock")
......
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