[
https://issues.apache.org/jira/browse/LIVY-688?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16937415#comment-16937415
]
weiwenda commented on LIVY-688:
-------------------------------
[https://github.com/apache/incubator-livy/pull/237]
> Error message of LivyClient only keep outer stackTrace but discard cause's
> stackTrace
> -------------------------------------------------------------------------------------
>
> Key: LIVY-688
> URL: https://issues.apache.org/jira/browse/LIVY-688
> Project: Livy
> Issue Type: Improvement
> Components: RSC
> Affects Versions: 0.6.0
> Reporter: weiwenda
> Priority: Trivial
> Time Spent: 10m
> Remaining Estimate: 0h
>
> 1. SparkSession maybe failed when initialize ExternalCatalog at sometime. As
> SparkSession call _SharedState.reflect_ to instance an ExternalCatalog, any
> exception happened during this process will wrapped by
> InvocationTargetException.
> IllegalArgumentException
> └──InvocationTargetException
> └──the indeed Exception
> 2. org.apache.livy.rsc.Utils.stackTraceAsString only keep
> IllegalArgumentException's stackTrace but discard the indeed Exception's
> stackTrace and message, which makes the final
> java.util.concurrent.ExecutionException's message ambiguous.
> h2.
> h2.
--
This message was sent by Atlassian Jira
(v8.3.4#803005)