You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@zeppelin.apache.org by "DG (JIRA)" <ji...@apache.org> on 2018/07/30 23:51:00 UTC

[jira] [Created] (ZEPPELIN-3672) spark interpreter: Java output (to the console) is lost

DG created ZEPPELIN-3672:
----------------------------

             Summary: spark interpreter:  Java output (to the console) is lost
                 Key: ZEPPELIN-3672
                 URL: https://issues.apache.org/jira/browse/ZEPPELIN-3672
             Project: Zeppelin
          Issue Type: Bug
          Components: Interpreters
    Affects Versions: 0.9.0
            Reporter: DG


It could be a trivial configuration issue (in which case apologies!!  A Zeppelin newbie here), or perhaps it is a bug, in any event the output is unexpected

 

 
{noformat}
%spark

System.out.println("hello from java")
println("hello from scala")
{noformat}
only "scala" is shown in the output, whilst Java is lost.  Similarly, all output from Java through Log4j is lost as well.

The issue is critical, since we cannot currently show iteration log (convergence, and other metrics) from a Spark-Java app.

Ideas?

Thank you beforehand!!

 

 



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)