Skip to content

[Core][MINOR] Remove redundant set master in OutputCommitCoordinatorIntegrationSuite - #13168

Closed
techaddict wants to merge 1 commit into
apache:masterfrom
techaddict:minor-1
Closed

[Core][MINOR] Remove redundant set master in OutputCommitCoordinatorIntegrationSuite#13168
techaddict wants to merge 1 commit into
apache:masterfrom
techaddict:minor-1

Conversation

@techaddict

Copy link
Copy Markdown
Contributor

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

@srowen

Copy link
Copy Markdown
Member

Can you check for other instances of this in other tests?

@techaddict

techaddict commented May 18, 2016

Copy link
Copy Markdown
ContributorAuthor

@srowen I checked this already, this is the only instance of .set("master" in the whole code

@SparkQA

Copy link
Copy Markdown

Test build #58769 has finished for PR 13168 at commit 30424f4.

  • This patch passes all tests.
  • This patch merges cleanly.
  • This patch adds no public classes.

@srowen

Copy link
Copy Markdown
Member

Merged to master

asfgit pushed a commit that referenced this pull request May 20, 2016
…ntegrationSuite
Remove redundant set master in OutputCommitCoordinatorIntegrationSuite, as we are already setting it in SparkContext below on line 43.
existing tests
Author: Sandeep Singh <sandeep@techaddict.me>
Closes#13168 from techaddict/minor-1.
(cherry picked from commit 3facca5)
Signed-off-by: Reynold Xin <rxin@databricks.com>
Sign up for freeto join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants

@techaddict@srowen@SparkQA