Anirudh Beria created ZEPPELIN-1292: ---------------------------------------
Summary: Events for appending output to paragraph results making browser hung. Key: ZEPPELIN-1292 URL: https://issues.apache.org/jira/browse/ZEPPELIN-1292 Project: Zeppelin Issue Type: Improvement Reporter: Anirudh Beria In case of running long result, browser would hang for minutes. Also, the final result would be incorrect. A simple example: {noformat} %sh for i in {1..10000} do echo $i done {noformat} This would hang the browser for a few minutes. And the results section would have duplicate entries (whole result printed twice in my run). -- This message was sent by Atlassian JIRA (v6.3.4#6332)