Skip to content

Commit e92e6b8

Browse files
committed
Fix incoherence
1 parent 92db405 commit e92e6b8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/streaming-programming-guide.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -907,7 +907,7 @@ JavaPairDStream<String, Integer> runningCounts = pairs.updateStateByKey(updateFu
907907

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
910-
Scala code, take a look at the example
910+
Java code, take a look at the example
911911
[JavaStatefulNetworkWordCount.java]({{site
912912
.SPARK_GITHUB_URL}}/blob/master/examples/src/main/java/org/apache/spark/examples/streaming
913913
/JavaStatefulNetworkWordCount.java).

0 commit comments

Comments
 (0)