Skip to content

Commit

Permalink
Fix broken link to fault-tolerance semantics section.
Browse files Browse the repository at this point in the history
  • Loading branch information
JoshRosen committed Dec 10, 2014
1 parent f015397 commit 65f66cd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/streaming-programming-guide.md
Original file line number Diff line number Diff line change
Expand Up @@ -1559,7 +1559,7 @@ To run a Spark Streaming applications, you need to have the following.
feature of write ahead logs. If enabled, all the data received from a receiver gets written into
a write ahead log in the configuration checkpoint directory. This prevents data loss on driver
recovery, thus allowing zero data loss guarantees which is discussed in detail in the
[Fault-tolerant Semantics](#fault-tolerant-semantics) section. Enable this by setting the
[Fault-tolerance Semantics](#fault-tolerance-semantics) section. Enable this by setting the
[configuration parameter](configuration.html#spark-streaming)
`spark.streaming.receiver.writeAheadLogs.enable` to `true`.

Expand Down

0 comments on commit 65f66cd

Please sign in to comment.