From edb1f0e3164b99b483b6878efe0b6ea5ae9f97ed Mon Sep 17 00:00:00 2001 From: akkomar Date: Fri, 13 Jun 2014 15:37:26 -0700 Subject: Small correction in Streaming Programming Guide doc Corrected description of `repartition` function under 'Level of Parallelism in Data Receiving'. Author: akkomar Closes #1079 from akkomar/streaming-guide-doc and squashes the following commits: 32dfc62 [akkomar] Corrected description of `repartition` function under 'Level of Parallelism in Data Receiving'. --- docs/streaming-programming-guide.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'docs') diff --git a/docs/streaming-programming-guide.md b/docs/streaming-programming-guide.md index bbee67f54c..ce8e58d64a 100644 --- a/docs/streaming-programming-guide.md +++ b/docs/streaming-programming-guide.md @@ -950,7 +950,7 @@ is 200 milliseconds. An alternative to receiving data with multiple input streams / receivers is to explicitly repartition the input data stream (using `inputStream.repartition()`). -This distributes the received batches of data across all the machines in the cluster +This distributes the received batches of data across specified number of machines in the cluster before further processing. ### Level of Parallelism in Data Processing -- cgit v1.2.3