We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 669ba4c commit 942c80bCopy full SHA for 942c80b
streaming/src/test/scala/org/apache/spark/streaming/BasicOperationsSuite.scala
@@ -375,7 +375,7 @@ class BasicOperationsSuite extends TestSuiteBase {
375
}
376
377
test("slice") {
378
- val conf2 = new SparkConf()
+ val conf2 = conf.clone()
379
.setMaster("local[2]")
380
.setAppName("BasicOperationsSuite")
381
.set("spark.streaming.clock", "org.apache.spark.streaming.util.ManualClock")
0 commit comments