Skip to content

Commit fb16b04

Browse files
committed
Removed import
1 parent c1fdf35 commit fb16b04

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

python/pyspark/streaming/kafka.py

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -50,8 +50,6 @@ def createStream(ssc, zkQuorum, groupId, topics, kafkaParams={},
5050
:param valueDecoder: A function used to decode value (default is utf8_decoder)
5151
:return: A DStream object
5252
"""
53-
java_import(ssc._jvm, "org.apache.spark.streaming.kafka.KafkaUtils")
54-
5553
kafkaParams.update({
5654
"zookeeper.connect": zkQuorum,
5755
"group.id": groupId,

0 commit comments

Comments
 (0)