Skip to content

Commit 30424f4

Browse files
committed
[MINOR] Remove redundant set master in OutputCommitCoordinatorIntegrationSuite
1 parent 6e02aec commit 30424f4

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

core/src/test/scala/org/apache/spark/scheduler/OutputCommitCoordinatorIntegrationSuite.scala

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,6 @@ class OutputCommitCoordinatorIntegrationSuite
3737
override def beforeAll(): Unit = {
3838
super.beforeAll()
3939
val conf = new SparkConf()
40-
.set("master", "local[2,4]")
4140
.set("spark.hadoop.outputCommitCoordination.enabled", "true")
4241
.set("spark.hadoop.mapred.output.committer.class",
4342
classOf[ThrowExceptionOnFirstAttemptOutputCommitter].getCanonicalName)

0 commit comments

Comments
 (0)