[
https://issues.apache.org/jira/browse/LIVY-791?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Gyorgy Gal updated LIVY-791:
----------------------------
Fix Version/s: 0.10.0
(was: 0.9.0)
This issue has been moved to the 0.10.0 release as part of a bulk update. If
you feel this is moved out inappropriately, feel free to provide justification
and reset the Fix Version to 0.9.0.
> 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
> Priority: Major
> Fix For: 0.10.0
>
>
> 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.
> {noformat}
> "output":{"status":"error","execution_count":1,"ename":"Exception","evalue":"","traceback":["Traceback
> (most recent call last):\n","Exception\n"]}{noformat}
--
This message was sent by Atlassian Jira
(v8.20.10#820010)