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

Streaming output problem from the second run on PySpark.

    XMLWordPrintableJSON

Details

    • Bug
    • Status: Resolved
    • Major
    • Resolution: Fixed
    • None
    • 0.7.0
    • None
    • None

    Description

      If you run the following code, then streaming output doesn't work properly from the seconde run.

      %spark.pyspark
      import time
      print("1")
      time.sleep(2)
      print("2")
      time.sleep(2)
      print("3")
      time.sleep(2)
      print("4")
      

      Attachments

        Issue Links

          Activity

            People

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

              Dates

                Created:
                Updated:
                Resolved: