You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@zeppelin.apache.org by "Furcy Pin (JIRA)" <ji...@apache.org> on 2016/09/28 13:52:20 UTC

[jira] [Created] (ZEPPELIN-1504) Spark Interpreter: error message are not shown

Furcy Pin created ZEPPELIN-1504:
-----------------------------------

             Summary: Spark Interpreter: error message are not shown
                 Key: ZEPPELIN-1504
                 URL: https://issues.apache.org/jira/browse/ZEPPELIN-1504
             Project: Zeppelin
          Issue Type: Bug
    Affects Versions: 0.6.1
            Reporter: Furcy Pin
            Priority: Critical
         Attachments: zep.png

How to reproduce : 

- Open a notebook with a spark interpreter
- Write this code
{code}
println("A!")
throw new Exception("AAAAAAAaaaargh!")
println("B!")
{code}

The only feedback we get is : 
{code}
A
{code}

(see screenshot)

In the logs, we have
{code}
==> logs/zeppelin-user-machine.out <==
_binder: java.util.HashMap[String,Object] = {}
z: org.apache.zeppelin.spark.ZeppelinContext = org.apache.zeppelin.spark.ZeppelinContext@2f19abb1
sc: org.apache.spark.SparkContext = org.apache.spark.SparkContext@23972a76
sqlc: org.apache.spark.sql.SQLContext = org.apache.spark.sql.SQLContext@6dd6a63f
sqlContext: org.apache.spark.sql.SQLContext = org.apache.spark.sql.SQLContext@6dd6a63f
spark: org.apache.spark.sql.SparkSession = org.apache.spark.sql.SparkSession@4b8eb464
import org.apache.spark.SparkContext._
java.lang.Exception: AAAAAAAaaaargh!
  ... 43 elided
{code}

This makes this version of zeppelin impossible to use in practice.




--
This message was sent by Atlassian JIRA
(v6.3.4#6332)