Skip to content

Commit

Permalink
[CORE][MINOR] Remove redundant set master in OutputCommitCoordinatorI…
Browse files Browse the repository at this point in the history
…ntegrationSuite

## 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.
  • Loading branch information
techaddict authored and srowen committed May 19, 2016
1 parent 5907ebf commit 3facca5
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down

0 comments on commit 3facca5

Please sign in to comment.