Skip to content

[SPARK-14449][SQL] SparkContext should use SparkListenerInterface #12227

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Closed
wants to merge 4 commits into from

Conversation

marmbrus
Copy link
Contributor

@marmbrus marmbrus commented Apr 7, 2016

Currently all SparkFirehoseListener implementations are broken since we expect listeners to extend SparkListener, while the fire hose only extends SparkListenerInterface. This changes the addListener function and the config based injection to use the interface instead.

The existing tests in SparkListenerSuite are improved such that they would have caught this.

Follow-up to #12142

@SparkQA
Copy link

SparkQA commented Apr 7, 2016

Test build #55175 has finished for PR 12227 at commit 5ea3712.

  • This patch fails MiMa tests.
  • This patch merges cleanly.
  • This patch adds no public classes.

@SparkQA
Copy link

SparkQA commented Apr 7, 2016

Test build #55235 has finished for PR 12227 at commit b2be55b.

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

@marmbrus
Copy link
Contributor Author

marmbrus commented Apr 7, 2016

/cc @rxin

@rxin
Copy link
Contributor

rxin commented Apr 8, 2016

Merging in master.

@asfgit asfgit closed this in 692c748 Apr 8, 2016
Sign up for free to 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