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-20148] [SQL] Extend the file commit API to allow subscribing to task commit messages #17475

Closed
wants to merge 1 commit into from

Conversation

ericl
Copy link
Contributor

@ericl ericl commented Mar 29, 2017

What changes were proposed in this pull request?

The internal FileCommitProtocol interface returns all task commit messages in bulk to the implementation when a job finishes. However, it is sometimes useful to access those messages before the job completes, so that the driver gets incremental progress updates before the job finishes.

This adds an onTaskCommit listener to the internal api.

How was this patch tested?

Unit tests.

cc @rxin

@rxin
Copy link
Contributor

rxin commented Mar 30, 2017

LGTM

@SparkQA
Copy link

SparkQA commented Mar 30, 2017

Test build #75374 has finished for PR 17475 at commit a541fdd.

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

@rxin
Copy link
Contributor

rxin commented Mar 30, 2017

Merging in master.

@asfgit asfgit closed this in 7963605 Mar 30, 2017
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