Shim HyungSung created ZEPPELIN-2075: ----------------------------------------
Summary: Can't stop infinite `while` statement in pyspark Interpreter. Key: ZEPPELIN-2075 URL: https://issues.apache.org/jira/browse/ZEPPELIN-2075 Project: Zeppelin Issue Type: Bug Components: pySpark Reporter: Shim HyungSung If following code runs with Pyspark Interpreter, there is no way to cancel except Zeppelin Server restart. {code} %spark.pyspark import time while True: time.sleep(1) print("running..") {code} -- This message was sent by Atlassian JIRA (v6.3.15#6346)