Shim HyungSung created ZEPPELIN-1994:
----------------------------------------

             Summary: Streaming output problem from the second run on PySpark.
                 Key: ZEPPELIN-1994
                 URL: https://issues.apache.org/jira/browse/ZEPPELIN-1994
             Project: Zeppelin
          Issue Type: Bug
            Reporter: Shim HyungSung


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

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




--
This message was sent by Atlassian JIRA
(v6.3.4#6332)

Reply via email to