GitHub user JoshRosen opened a pull request:

    https://github.com/apache/spark/pull/12548

    [SPARK-14783] Preserve full exception stacktrace in IsolatedClientLoader

    In IsolatedClientLoader, we have a`catch` 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.

You can merge this pull request into a Git repository by running:

    $ git pull https://github.com/JoshRosen/spark 
improve-logging-for-hive-classloader-issues

Alternatively you can review and apply these changes as the patch at:

    https://github.com/apache/spark/pull/12548.patch

To close this pull request, make a commit to your master/trunk branch
with (at least) the following in the commit message:

    This closes #12548
    
----
commit 7a850b690fe68edd106135d4dac374000511da77
Author: Josh Rosen <[email protected]>
Date:   2016-04-20T23:38:00Z

    Log full stacktrace in IsolatedClientLoader

----


---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at [email protected] or file a JIRA ticket
with INFRA.
---

---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to