You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@zeppelin.apache.org by "ASF GitHub Bot (JIRA)" <ji...@apache.org> on 2015/03/31 08:46:53 UTC

[jira] [Commented] (ZEPPELIN-16) Some failures from Spark and SparkSql note execution are not reported

    [ https://issues.apache.org/jira/browse/ZEPPELIN-16?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14388124#comment-14388124 ] 

ASF GitHub Bot commented on ZEPPELIN-16:
----------------------------------------

GitHub user RamVenkatesh opened a pull request:

    https://github.com/apache/incubator-zeppelin/pull/16

    ZEPPELIN-16

    

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

    $ git pull https://github.com/RamVenkatesh/incubator-zeppelin ZEPPELIN-16

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

    https://github.com/apache/incubator-zeppelin/pull/16.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 #16
    
----
commit 3ab8c3c8fdd899166f9b13a8397118fbc2e92cc6
Author: Ram Venkatesh <rv...@hortonworks.com>
Date:   2015-03-30T03:58:40Z

    ZEPPELIN-11 work in progress patch for hive interpreter

commit 7ca31341ad8ea05a8e6f36abc67aa1e2b3ea92c5
Author: Ram Venkatesh <rv...@hortonworks.com>
Date:   2015-03-31T04:48:23Z

    ZEPPELIN-11
    1. Fixed indentation issues
    2. Made hive and hadoop versions configurable
    3. Added unit tests

commit 1d76dbd933d21b09e4fb6d223415aace0990c8f6
Author: Ram Venkatesh <rv...@hortonworks.com>
Date:   2015-03-31T06:40:45Z

    ZEPPELIN-16 Some failures from Spark and SparkSql note execution are not reported

commit f85e690c779cae58335387a8bd934b800d93031c
Author: Ram Venkatesh <rv...@hortonworks.com>
Date:   2015-03-31T06:41:54Z

    Fixed style check

----


> 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)