You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@zeppelin.apache.org by "Shim HyungSung (JIRA)" <ji...@apache.org> on 2017/02/07 14:16:41 UTC

[jira] [Created] (ZEPPELIN-2075) Can't stop infinite `while` statement in pyspark Interpreter.

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)