We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b0f2015 commit f385976Copy full SHA for f385976
python/pyspark/streaming/tests.py
@@ -16,15 +16,11 @@
16
#
17
18
"""
19
-Unit tests for PySpark; additional tests are implemented as doctests in
+Unit tests for Python SparkStreaming; additional tests are implemented as doctests in
20
individual modules.
21
22
-This file would be merged to tests.py after all functions are ready.
23
-Since python API for streaming is beta, this file is separated.
24
-
25
Callback server is sometimes unstable sometimes, which cause error in test case.
26
But this is very rare case.
27
28
29
from itertools import chain
30
import time
0 commit comments