Repository: spark Updated Branches: refs/heads/branch-1.5 5f03b7ae5 -> 595f92fef
Update streaming-programming-guide.md Update `See the Scala example` to `See the Java example`. Author: Keiji Yoshida <yoshida.keiji...@gmail.com> Closes #8376 from yosssi/patch-1. (cherry picked from commit 623c675fde7a3a39957a62c7af26a54f4b01f8ce) Signed-off-by: Sean Owen <so...@cloudera.com> Project: http://git-wip-us.apache.org/repos/asf/spark/repo Commit: http://git-wip-us.apache.org/repos/asf/spark/commit/595f92fe Tree: http://git-wip-us.apache.org/repos/asf/spark/tree/595f92fe Diff: http://git-wip-us.apache.org/repos/asf/spark/diff/595f92fe Branch: refs/heads/branch-1.5 Commit: 595f92fef5fedfeb1d630abb18962136267ae0fe Parents: 5f03b7a Author: Keiji Yoshida <yoshida.keiji...@gmail.com> Authored: Sun Aug 23 11:04:29 2015 +0100 Committer: Sean Owen <so...@cloudera.com> Committed: Sun Aug 23 11:04:44 2015 +0100 ---------------------------------------------------------------------- docs/streaming-programming-guide.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/spark/blob/595f92fe/docs/streaming-programming-guide.md ---------------------------------------------------------------------- diff --git a/docs/streaming-programming-guide.md b/docs/streaming-programming-guide.md index c59d936..118ced2 100644 --- a/docs/streaming-programming-guide.md +++ b/docs/streaming-programming-guide.md @@ -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. --------------------------------------------------------------------- To unsubscribe, e-mail: commits-unsubscr...@spark.apache.org For additional commands, e-mail: commits-h...@spark.apache.org