Tinkoff DWH created ZEPPELIN-2820: ------------------------------------- Summary: Cancellation python or pyspark paragraph does not always work Key: ZEPPELIN-2820 URL: https://issues.apache.org/jira/browse/ZEPPELIN-2820 Project: Zeppelin Issue Type: Bug Components: Interpreters, pySpark, python-interpreter Reporter: Tinkoff DWH Assignee: Tinkoff DWH Priority: Minor
When cancellation doesn't work: run endless loop {code:java} %python i = 1 while True: i = i + 1 {code} and try to cancel it (it will continue to run, if it has already running) -- This message was sent by Atlassian JIRA (v6.4.14#64029)