Skip to content

Commit 0b09cff

Browse files
committed
added stop in StreamingContext
1 parent 92e333e commit 0b09cff

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

python/pyspark/streaming/context.py

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -17,11 +17,7 @@
1717

1818
import sys
1919
from signal import signal, SIGTERM, SIGINT
20-
<<<<<<< HEAD
2120

22-
import time
23-
=======
24-
>>>>>>> Kill py4j callback server properly
2521

2622
from pyspark.conf import SparkConf
2723
from pyspark.files import SparkFiles

0 commit comments

Comments
 (0)