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/01/21 09:05:26 UTC

[jira] [Created] (ZEPPELIN-1994) Streaming output problem from the second run on PySpark.

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)