Skip to content
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

[SPARK-22861][SQL] SQLAppStatusListener handles multi-job executions. #20047

Closed
wants to merge 3 commits into from

Conversation

squito
Copy link
Contributor

@squito squito commented Dec 21, 2017

When one execution has multiple jobs, we need to append to the set of
stages, not replace them on every job.

Added unit test and ran existing tests on jenkins

When one execution has multiple jobs, we need to append to the set of
stages, not replace them on every job.
@squito
Copy link
Contributor Author

squito commented Dec 21, 2017

@vanzin @carsonwang

@vanzin
Copy link
Contributor

vanzin commented Dec 21, 2017

Looks good but you have to fix conflicts now.

@SparkQA
Copy link

SparkQA commented Dec 21, 2017

Test build #85274 has finished for PR 20047 at commit 28ee8a9.

  • This patch fails to build.
  • This patch merges cleanly.
  • This patch adds no public classes.

@SparkQA
Copy link

SparkQA commented Dec 21, 2017

Test build #85271 has finished for PR 20047 at commit 29d184c.

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

@SparkQA
Copy link

SparkQA commented Dec 21, 2017

Test build #85280 has finished for PR 20047 at commit 89e1c6d.

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

@vanzin
Copy link
Contributor

vanzin commented Dec 21, 2017

Merging to master.

@asfgit asfgit closed this in 7beb375 Dec 21, 2017
@squito squito deleted the SPARK-22861 branch December 29, 2017 14:22
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
3 participants