Repository: spark
Updated Branches:
  refs/heads/master 0cfda8461 -> 04b401da8


HOTFIX: Break in Jekyll build from #4589

That patch had a line break in the middle of a {{ }} expression, which is not 
allowed.


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

Branch: refs/heads/master
Commit: 04b401da811e62a4365cf39ea95cadd0e737001c
Parents: 0cfda84
Author: Patrick Wendell <[email protected]>
Authored: Mon Feb 16 15:43:56 2015 -0800
Committer: Patrick Wendell <[email protected]>
Committed: Mon Feb 16 15:44:01 2015 -0800

----------------------------------------------------------------------
 docs/streaming-programming-guide.md | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/spark/blob/04b401da/docs/streaming-programming-guide.md
----------------------------------------------------------------------
diff --git a/docs/streaming-programming-guide.md 
b/docs/streaming-programming-guide.md
index 997de95..815c987 100644
--- a/docs/streaming-programming-guide.md
+++ b/docs/streaming-programming-guide.md
@@ -908,8 +908,7 @@ JavaPairDStream<String, Integer> runningCounts = 
pairs.updateStateByKey(updateFu
 The update function will be called for each word, with `newValues` having a 
sequence of 1's (from
 the `(word, 1)` pairs) and the `runningCount` having the previous count. For 
the complete
 Java code, take a look at the example
-[JavaStatefulNetworkWordCount.java]({{site
-.SPARK_GITHUB_URL}}/blob/master/examples/src/main/java/org/apache/spark/examples/streaming
+[JavaStatefulNetworkWordCount.java]({{site.SPARK_GITHUB_URL}}/blob/master/examples/src/main/java/org/apache/spark/examples/streaming
 /JavaStatefulNetworkWordCount.java).
 
 </div>


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to