Skip to content

Commit

Permalink
Kill py4j callback server properly
Browse files Browse the repository at this point in the history
  • Loading branch information
Ken Takagiwa authored and giwa committed Sep 20, 2014
1 parent 54b5358 commit 88f7506
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions python/pyspark/streaming/context.py
Original file line number Diff line number Diff line change
Expand Up @@ -17,8 +17,11 @@

import sys
from signal import signal, SIGTERM, SIGINT
<<<<<<< HEAD

import time
=======
>>>>>>> Kill py4j callback server properly

from pyspark.conf import SparkConf
from pyspark.files import SparkFiles
Expand Down

0 comments on commit 88f7506

Please sign in to comment.