Skip to content

Commit 88f7506

Browse files
Ken Takagiwagiwa
authored andcommitted
Kill py4j callback server properly
1 parent 54b5358 commit 88f7506

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

python/pyspark/streaming/context.py

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

1818
import sys
1919
from signal import signal, SIGTERM, SIGINT
20+
<<<<<<< HEAD
2021

2122
import time
23+
=======
24+
>>>>>>> Kill py4j callback server properly
2225

2326
from pyspark.conf import SparkConf
2427
from pyspark.files import SparkFiles

0 commit comments

Comments
 (0)