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 ee6e9e7 commit 868d9ebCopy full SHA for 868d9eb
core/src/test/scala/org/apache/spark/ui/jobs/JobProgressListenerSuite.scala
@@ -55,8 +55,8 @@ class JobProgressListenerSuite extends FunSuite with LocalSparkContext with Shou
55
}
56
57
test("test executor id to summary") {
58
- val sc = new SparkContext("local", "test")
59
- val listener = new JobProgressListener(sc.conf)
+ val conf = new SparkConf()
+ val listener = new JobProgressListener(conf)
60
val taskMetrics = new TaskMetrics()
61
val shuffleReadMetrics = new ShuffleReadMetrics()
62
0 commit comments