Skip to content

Commit 331ecce

Browse files
committed
fix example
1 parent 3e2492b commit 331ecce

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

examples/src/main/python/streaming/stateful_network_wordcount.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@
3939
if len(sys.argv) != 3:
4040
print >> sys.stderr, "Usage: stateful_network_wordcount.py <hostname> <port>"
4141
exit(-1)
42-
sc = SparkContext(appName="PythonStreamingNetworkWordCount")
42+
sc = SparkContext(appName="PythonStreamingStatefulNetworkWordCount")
4343
ssc = StreamingContext(sc, 1)
4444
ssc.checkpoint("checkpoint")
4545

0 commit comments

Comments
 (0)