Skip to content

Commit 65f66cd

Browse files
committed
Fix broken link to fault-tolerance semantics section.
1 parent f015397 commit 65f66cd

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
@@ -1559,7 +1559,7 @@ To run a Spark Streaming applications, you need to have the following.
15591559
feature of write ahead logs. If enabled, all the data received from a receiver gets written into
15601560
a write ahead log in the configuration checkpoint directory. This prevents data loss on driver
15611561
recovery, thus allowing zero data loss guarantees which is discussed in detail in the
1562-
[Fault-tolerant Semantics](#fault-tolerant-semantics) section. Enable this by setting the
1562+
[Fault-tolerance Semantics](#fault-tolerance-semantics) section. Enable this by setting the
15631563
[configuration parameter](configuration.html#spark-streaming)
15641564
`spark.streaming.receiver.writeAheadLogs.enable` to `true`.
15651565

0 commit comments

Comments
 (0)