aboutsummaryrefslogtreecommitdiff
path: root/docs/streaming-programming-guide.md
diff options
context:
space:
mode:
authorSatendra Kumar <satendra@knoldus.com>2016-09-09 19:15:06 +0100
committerSean Owen <sowen@cloudera.com>2016-09-09 19:15:06 +0100
commit7098a12945e71a159784836b75da855a603e1631 (patch)
tree64bb047504e1c12e3f0c2f288a706a8e955caaf1 /docs/streaming-programming-guide.md
parent2ed601217ffd8945829ac762fae35202f3e55686 (diff)
downloadspark-7098a12945e71a159784836b75da855a603e1631.tar.gz
spark-7098a12945e71a159784836b75da855a603e1631.tar.bz2
spark-7098a12945e71a159784836b75da855a603e1631.zip
Streaming doc correction.
## What changes were proposed in this pull request? (Please fill in changes proposed in this fix) Streaming doc correction. ## How was this patch tested? (Please explain how this patch was tested. E.g. unit tests, integration tests, manual tests) (If this patch involves UI changes, please attach a screenshot; otherwise, remove this) Author: Satendra Kumar <satendra@knoldus.com> Closes #14996 from satendrakumar06/patch-1.
Diffstat (limited to 'docs/streaming-programming-guide.md')
-rw-r--r--docs/streaming-programming-guide.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/streaming-programming-guide.md b/docs/streaming-programming-guide.md
index c0e4f3b35a..5392b4a9bc 100644
--- a/docs/streaming-programming-guide.md
+++ b/docs/streaming-programming-guide.md
@@ -2072,7 +2072,7 @@ unifiedStream.pprint()
</div>
</div>
-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