[
https://issues.apache.org/jira/browse/ZEPPELIN-16?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14391054#comment-14391054
]
ASF GitHub Bot commented on ZEPPELIN-16:
----------------------------------------
Github user RamVenkatesh commented on the pull request:
https://github.com/apache/incubator-zeppelin/pull/17#issuecomment-88570450
@felixcheung thank you for the review. If there are no other comments, can
we please get this checked in? Many of our users are running into this issue.
> 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
>
> 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)