Skip to content

[SPARK-14783] Preserve full exception stacktrace in IsolatedClientLoader - #12548

Closed
JoshRosen wants to merge 1 commit into
apache:masterfrom
JoshRosen:improve-logging-for-hive-classloader-issues
Closed

[SPARK-14783] Preserve full exception stacktrace in IsolatedClientLoader#12548
JoshRosen wants to merge 1 commit into
apache:masterfrom
JoshRosen:improve-logging-for-hive-classloader-issues

Conversation

@JoshRosen

Copy link
Copy Markdown
Contributor

In IsolatedClientLoader, we have acatch block which throws an exception without wrapping the original exception, causing the full exception stacktrace and any nested exceptions to be lost. This patch fixes this, improving the usefulness of classloading error messages.

@SparkQA

Copy link
Copy Markdown

Test build #56440 has finished for PR 12548 at commit 7a850b6.

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

@JoshRosen

Copy link
Copy Markdown
ContributorAuthor

Merging to master.

@JoshRosen
JoshRosen deleted the improve-logging-for-hive-classloader-issues branch April 21, 2016 17:47
@andrewor14

Copy link
Copy Markdown
Contributor

nice

Sign up for freeto 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

@JoshRosen@SparkQA@andrewor14