From 61bec7bd9cd0fc6a87eaadbc3336df7274cd373d Mon Sep 17 00:00:00 2001 From: Rekha Joshi Date: Sat, 30 Jun 2018 16:45:39 -0700 Subject: [PATCH] [SPARK-24507][Docs] Update streaming guide --- docs/streaming-programming-guide.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/docs/streaming-programming-guide.md b/docs/streaming-programming-guide.md index c30959263cdf..118b05355c74 100644 --- a/docs/streaming-programming-guide.md +++ b/docs/streaming-programming-guide.md @@ -2176,6 +2176,8 @@ the input data stream (using `inputStream.repartition()`). This distributes the received batches of data across the specified number of machines in the cluster before further processing. +For direct stream, please refer to [Spark Streaming + Kafka Integration Guide](streaming-kafka-integration.html) + ### Level of Parallelism in Data Processing {:.no_toc} Cluster resources can be under-utilized if the number of parallel tasks used in any stage of the