Skip to content

Commit 04b401d

Browse files
committed
HOTFIX: Break in Jekyll build from #4589
That patch had a line break in the middle of a {{ }} expression, which is not allowed.
1 parent 0cfda84 commit 04b401d

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

docs/streaming-programming-guide.md

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -908,8 +908,7 @@ JavaPairDStream<String, Integer> runningCounts = pairs.updateStateByKey(updateFu
908908
The update function will be called for each word, with `newValues` having a sequence of 1's (from
909909
the `(word, 1)` pairs) and the `runningCount` having the previous count. For the complete
910910
Java code, take a look at the example
911-
[JavaStatefulNetworkWordCount.java]({{site
912-
.SPARK_GITHUB_URL}}/blob/master/examples/src/main/java/org/apache/spark/examples/streaming
911+
[JavaStatefulNetworkWordCount.java]({{site.SPARK_GITHUB_URL}}/blob/master/examples/src/main/java/org/apache/spark/examples/streaming
913912
/JavaStatefulNetworkWordCount.java).
914913

915914
</div>

0 commit comments

Comments
 (0)