Skip to content

Commit

Permalink
Removed import
Browse files Browse the repository at this point in the history
  • Loading branch information
tdas committed Feb 26, 2015
1 parent c1fdf35 commit fb16b04
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions python/pyspark/streaming/kafka.py
Original file line number Diff line number Diff line change
Expand Up @@ -50,8 +50,6 @@ def createStream(ssc, zkQuorum, groupId, topics, kafkaParams={},
:param valueDecoder: A function used to decode value (default is utf8_decoder)
:return: A DStream object
"""
java_import(ssc._jvm, "org.apache.spark.streaming.kafka.KafkaUtils")

kafkaParams.update({
"zookeeper.connect": zkQuorum,
"group.id": groupId,
Expand Down

0 comments on commit fb16b04

Please sign in to comment.