Uploaded image for project: 'Zeppelin'
  1. Zeppelin
  2. ZEPPELIN-2075

Can't stop infinite `while` statement in pyspark Interpreter.

    XMLWordPrintableJSON

Details

    • Bug
    • Status: Resolved
    • Major
    • Resolution: Fixed
    • None
    • 0.7.1, 0.8.0
    • pySpark
    • None

    Description

      If following code runs with Pyspark Interpreter, there is no way to cancel except Zeppelin Server restart.

      %spark.pyspark
      import time
      
      while True:
          time.sleep(1)
          print("running..")
      

      Attachments

        Issue Links

          Activity

            People

              astroshim Shim HyungSung
              astroshim Shim HyungSung
              Votes:
              0 Vote for this issue
              Watchers:
              5 Start watching this issue

              Dates

                Created:
                Updated:
                Resolved: