-
Type:
Bug
-
Status: Resolved
-
Priority:
Major
-
Resolution: Fixed
-
Affects Version/s: None
-
Fix Version/s: 0.7.0
-
Component/s: None
-
Labels:None
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")
- links to