You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@zeppelin.apache.org by "Praveen Kanamarlapudi (JIRA)" <ji...@apache.org> on 2016/11/16 23:56:58 UTC

[jira] [Created] (ZEPPELIN-1677) Livy-interpreter: Enable displayAppInfo option for livy-pyspark magic.

Praveen Kanamarlapudi created ZEPPELIN-1677:
-----------------------------------------------

             Summary: Livy-interpreter: Enable displayAppInfo option for livy-pyspark magic.
                 Key: ZEPPELIN-1677
                 URL: https://issues.apache.org/jira/browse/ZEPPELIN-1677
             Project: Zeppelin
          Issue Type: Bug
          Components: livy-interpreter
    Affects Versions: 0.7.0
         Environment: OS: Linux
            Reporter: Praveen Kanamarlapudi
            Priority: Minor


Currently, livy scala magic runs code line by line, even when I execute block of codes at one shot.

Issue: If my block of code contains 10 lines, then livy interpreter submit line by line, get status line by line, incase of incomplete statement, it's submitting again and getting status again. So, for 10 lines of code, there is close to 30 to 40 REST calls invoked. In worst case, it execution is complex, it will be more than that.

Need to have a way to submit entire block of code at one shot as livy python magic does.




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