Skip to content

[SPARK-24243][CORE] Expose exceptions from InProcessAppHandle #23221

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

vanzin
Copy link
Contributor

@vanzin vanzin commented Dec 5, 2018

What changes were proposed in this pull request?

Adds a new method to SparkAppHandle called getError which returns
the exception (if present) that caused the underlying Spark app to
fail.

How was this patch tested?

New tests added to SparkLauncherSuite for the new method.

Closes #21849

Sahil Takiar and others added 3 commits August 30, 2018 14:10
Adds a new method to `SparkAppHandle` called `getError` which returns
the exception (if present) that caused the underlying Spark app to
fail.

New tests added to `SparkLauncherSuite` for the new method.
@vanzin
Copy link
Contributor Author

vanzin commented Dec 5, 2018

I applied my own feedback to the original PR and will merge pending tests (since it was already reviewed), unless someone comments first.

@SparkQA
Copy link

SparkQA commented Dec 5, 2018

Test build #99691 has finished for PR 23221 at commit e58fc91.

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

@SparkQA
Copy link

SparkQA commented Dec 6, 2018

Test build #99783 has started for PR 23221 at commit c9ab9bc.

@vanzin
Copy link
Contributor Author

vanzin commented Dec 7, 2018

retest this please

@SparkQA
Copy link

SparkQA commented Dec 7, 2018

Test build #99798 has finished for PR 23221 at commit c9ab9bc.

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

@vanzin
Copy link
Contributor Author

vanzin commented Dec 7, 2018

Merging to master.

@asfgit asfgit closed this in 543577a Dec 7, 2018
@vanzin vanzin deleted the SPARK-24243 branch December 7, 2018 19:06
jackylee-ch pushed a commit to jackylee-ch/spark that referenced this pull request Feb 18, 2019
Adds a new method to SparkAppHandle called getError which returns
the exception (if present) that caused the underlying Spark app to
fail.

New tests added to SparkLauncherSuite for the new method.

Closes apache#21849

Closes apache#23221 from vanzin/SPARK-24243.

Signed-off-by: Marcelo Vanzin <vanzin@cloudera.com>
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.

2 participants