Skip to content

Commit 380cf8d

Browse files
committed
Fix link
1 parent 04167a6 commit 380cf8d

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

docs/streaming-programming-guide.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2064,7 +2064,7 @@ The following table summarizes the semantics under failures:
20642064

20652065
### With Kafka Direct API
20662066
{:.no_toc}
2067-
In Spark 1.3, we have introduced a new Kafka Direct API, which can ensure that all the Kafka data is received by Spark Streaming exactly once. Along with this, if you implement exactly-once output operation, you can achieve end-to-end exactly-once guarantees. This approach (experimental as of Spark 1.3) is further discussed in the [Kafka Integration Guide](stream-kafka-integration.html).
2067+
In Spark 1.3, we have introduced a new Kafka Direct API, which can ensure that all the Kafka data is received by Spark Streaming exactly once. Along with this, if you implement exactly-once output operation, you can achieve end-to-end exactly-once guarantees. This approach (experimental as of Spark 1.3) is further discussed in the [Kafka Integration Guide](streaming-kafka-integration.html).
20682068

20692069
## Semantics of output operations
20702070
{:.no_toc}

0 commit comments

Comments
 (0)