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-4704 [CORE] SparkSubmitDriverBootstrap doesn't flush output #4788

Closed
wants to merge 1 commit into from

Conversation

srowen
Copy link
Member

@srowen srowen commented Feb 26, 2015

Join on output threads to make sure any lingering output from process reaches stdout, stderr before exiting

CC @andrewor14 since I believe he created this section of code

@SparkQA
Copy link

SparkQA commented Feb 26, 2015

Test build #28000 has started for PR 4788 at commit ad7114e.

  • This patch merges cleanly.

@SparkQA
Copy link

SparkQA commented Feb 26, 2015

Test build #28000 has finished for PR 4788 at commit ad7114e.

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

@AmplabJenkins
Copy link

Test PASSed.
Refer to this link for build results (access rights to CI server needed):
https://amplab.cs.berkeley.edu/jenkins//job/SparkPullRequestBuilder/28000/
Test PASSed.

@andrewor14
Copy link
Contributor

LGTM I'm merging this into master and 1.2. I will back port it back to 1.3 later after the release

@asfgit asfgit closed this in cd5c8d7 Feb 26, 2015
asfgit pushed a commit that referenced this pull request Feb 26, 2015
Join on output threads to make sure any lingering output from process reaches stdout, stderr before exiting

CC andrewor14 since I believe he created this section of code

Author: Sean Owen <[email protected]>

Closes #4788 from srowen/SPARK-4704 and squashes the following commits:

ad7114e [Sean Owen] Join on output threads to make sure any lingering output from process reaches stdout, stderr before exiting

(cherry picked from commit cd5c8d7)
Signed-off-by: Andrew Or <[email protected]>
@srowen srowen deleted the SPARK-4704 branch February 26, 2015 22:37
asfgit pushed a commit that referenced this pull request Mar 13, 2015
Join on output threads to make sure any lingering output from process reaches stdout, stderr before exiting

CC andrewor14 since I believe he created this section of code

Author: Sean Owen <[email protected]>

Closes #4788 from srowen/SPARK-4704 and squashes the following commits:

ad7114e [Sean Owen] Join on output threads to make sure any lingering output from process reaches stdout, stderr before exiting
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.

4 participants