Skip to content

Commit

Permalink
Update kafka_wordcount.py
Browse files Browse the repository at this point in the history
  • Loading branch information
Davies Liu committed Jan 27, 2015
1 parent 370ba61 commit 31e2317
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion examples/src/main/python/streaming/kafka_wordcount.py
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@

if __name__ == "__main__":
if len(sys.argv) != 3:
print >> sys.stderr, "Usage: network_wordcount.py <zk> <topic>"
print >> sys.stderr, "Usage: kafka_wordcount.py <zk> <topic>"
exit(-1)

sc = SparkContext(appName="PythonStreamingKafkaWordCount")
Expand Down

0 comments on commit 31e2317

Please sign in to comment.