[
https://issues.apache.org/jira/browse/ZEPPELIN-16?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14391853#comment-14391853
]
ASF GitHub Bot commented on ZEPPELIN-16:
----------------------------------------
Github user swkimme commented on the pull request:
https://github.com/apache/incubator-zeppelin/pull/17#issuecomment-88674063
Awesome!
> Some failures from Spark and SparkSql note execution are not reported
> ---------------------------------------------------------------------
>
> Key: ZEPPELIN-16
> URL: https://issues.apache.org/jira/browse/ZEPPELIN-16
> Project: Zeppelin
> Issue Type: New Feature
> Reporter: Ram Venkatesh
> Assignee: Ram Venkatesh
> Fix For: 0.5.0
>
>
> Some spark and spark sql note execution can silently fail - the result
> progress line is drawn but no results are returned. For example, run the
> tutorial sql script with a typo in it, such as changing the table name to
> non_existent.
> The root cause seems to be the following pattern:
> {code}
> return new InterpreterResult(Code.ERROR, e.getMessage());
> {code}
> Unfortunately, when the Spark framework throws an InvocationTargetException,
> the message is empty.
> I will provide a patch for this shortly.
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)