Skip to content

Commit

Permalink
Update streaming-programming-guide.md
Browse files Browse the repository at this point in the history
Update `See the Scala example` to `See the Java example`.

Author: Keiji Yoshida <[email protected]>

Closes apache#8376 from yosssi/patch-1.
  • Loading branch information
yosssi authored and srowen committed Aug 23, 2015
1 parent 90cb9f0 commit 623c675
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/streaming-programming-guide.md
Original file line number Diff line number Diff line change
Expand Up @@ -1702,7 +1702,7 @@ context.awaitTermination();
If the `checkpointDirectory` exists, then the context will be recreated from the checkpoint data.
If the directory does not exist (i.e., running for the first time),
then the function `contextFactory` will be called to create a new
context and set up the DStreams. See the Scala example
context and set up the DStreams. See the Java example
[JavaRecoverableNetworkWordCount]({{site.SPARK_GITHUB_URL}}/tree/master/examples/src/main/java/org/apache/spark/examples/streaming/JavaRecoverableNetworkWordCount.java).
This example appends the word counts of network data into a file.

Expand Down

0 comments on commit 623c675

Please sign in to comment.