From 84fe1f62b8230f4fe1b9f53006ff5323723a1911 Mon Sep 17 00:00:00 2001 From: Satendra Kumar Date: Wed, 7 Sep 2016 21:37:18 +0530 Subject: [PATCH] Streaming doc correction. --- docs/streaming-programming-guide.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/streaming-programming-guide.md b/docs/streaming-programming-guide.md index c0e4f3b35afa..5392b4a9bcf4 100644 --- a/docs/streaming-programming-guide.md +++ b/docs/streaming-programming-guide.md @@ -2072,7 +2072,7 @@ unifiedStream.pprint() -Another parameter that should be considered is the receiver's blocking interval, +Another parameter that should be considered is the receiver's block interval, which is determined by the [configuration parameter](configuration.html#spark-streaming) `spark.streaming.blockInterval`. For most receivers, the received data is coalesced together into blocks of data before storing inside Spark's memory. The number of blocks in each batch