Repository: spark
Updated Branches:
  refs/heads/master 90cb9f056 -> 623c675fd


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.


Project: http://git-wip-us.apache.org/repos/asf/spark/repo
Commit: http://git-wip-us.apache.org/repos/asf/spark/commit/623c675f
Tree: http://git-wip-us.apache.org/repos/asf/spark/tree/623c675f
Diff: http://git-wip-us.apache.org/repos/asf/spark/diff/623c675f

Branch: refs/heads/master
Commit: 623c675fde7a3a39957a62c7af26a54f4b01f8ce
Parents: 90cb9f0
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:29 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/623c675f/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

Reply via email to