Skip to content

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

Closed
vanzin wants to merge 4 commits into
apache:masterfrom
vanzin:SPARK-24243
Closed

[SPARK-24243][CORE] Expose exceptions from InProcessAppHandle#23221
vanzin wants to merge 4 commits into
apache:masterfrom
vanzin:SPARK-24243

Conversation

@vanzin

@vanzin vanzin commented Dec 5, 2018

Copy link
Copy Markdown
Contributor

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

vanzin commented Dec 5, 2018

Copy link
Copy Markdown
Contributor Author

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

@SparkQA

SparkQA commented Dec 5, 2018

Copy link
Copy Markdown

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

SparkQA commented Dec 6, 2018

Copy link
Copy Markdown

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

@vanzin

vanzin commented Dec 7, 2018

Copy link
Copy Markdown
Contributor Author

retest this please

@SparkQA

SparkQA commented Dec 7, 2018

Copy link
Copy Markdown

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

vanzin commented Dec 7, 2018

Copy link
Copy Markdown
Contributor Author

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