You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@livy.apache.org by "Naman Mishra (Jira)" <ji...@apache.org> on 2020/09/03 11:30:00 UTC

[jira] [Created] (LIVY-791) If a statement results in error, corresponding output is not shown

Naman Mishra created LIVY-791:
---------------------------------

             Summary: If a statement results in error, corresponding output is not shown
                 Key: LIVY-791
                 URL: https://issues.apache.org/jira/browse/LIVY-791
             Project: Livy
          Issue Type: Improvement
            Reporter: Naman Mishra


If a submitted++ statement generates some output and fails at a later point, the output is not returned as part of the statement details.
{code:java}
for i in range(10):
    print(i)
// Simulate error
raise Exception{code}
After the execution finishes, output contains the exception details and traceback, but the values from 1 to 10 are not present. Same is applicable to scala also.



--
This message was sent by Atlassian Jira
(v8.3.4#803005)