Skip to content
Snippets Groups Projects
Commit 3facca51 authored by Sandeep Singh's avatar Sandeep Singh Committed by Sean Owen
Browse files

[CORE][MINOR] Remove redundant set master in OutputCommitCoordinatorIntegrationSuite

## What changes were proposed in this pull request?
Remove redundant set master in OutputCommitCoordinatorIntegrationSuite, as we are already setting it in SparkContext below on line 43.

## How was this patch tested?
existing tests

Author: Sandeep Singh <sandeep@techaddict.me>

Closes #13168 from techaddict/minor-1.
parent 5907ebfc
No related branches found
No related tags found
No related merge requests found
......@@ -37,7 +37,6 @@ class OutputCommitCoordinatorIntegrationSuite
override def beforeAll(): Unit = {
super.beforeAll()
val conf = new SparkConf()
.set("master", "local[2,4]")
.set("spark.hadoop.outputCommitCoordination.enabled", "true")
.set("spark.hadoop.mapred.output.committer.class",
classOf[ThrowExceptionOnFirstAttemptOutputCommitter].getCanonicalName)
......
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