You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@spark.apache.org by sr...@apache.org on 2016/09/09 18:15:10 UTC

spark git commit: Streaming doc correction.

Repository: spark
Updated Branches:
  refs/heads/master 2ed601217 -> 7098a1294


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 <sa...@knoldus.com>

Closes #14996 from satendrakumar06/patch-1.


Project: http://git-wip-us.apache.org/repos/asf/spark/repo
Commit: http://git-wip-us.apache.org/repos/asf/spark/commit/7098a129
Tree: http://git-wip-us.apache.org/repos/asf/spark/tree/7098a129
Diff: http://git-wip-us.apache.org/repos/asf/spark/diff/7098a129

Branch: refs/heads/master
Commit: 7098a12945e71a159784836b75da855a603e1631
Parents: 2ed6012
Author: Satendra Kumar <sa...@knoldus.com>
Authored: Fri Sep 9 19:15:06 2016 +0100
Committer: Sean Owen <so...@cloudera.com>
Committed: Fri Sep 9 19:15:06 2016 +0100

----------------------------------------------------------------------
 docs/streaming-programming-guide.md | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/spark/blob/7098a129/docs/streaming-programming-guide.md
----------------------------------------------------------------------
diff --git a/docs/streaming-programming-guide.md b/docs/streaming-programming-guide.md
index c0e4f3b..5392b4a 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


---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@spark.apache.org
For additional commands, e-mail: commits-help@spark.apache.org