Skip to content

Commit 00b4317

Browse files
akkomarrxin
authored andcommitted
Small correction in Streaming Programming Guide doc
Corrected description of `repartition` function under 'Level of Parallelism in Data Receiving'. Author: akkomar <[email protected]> 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'. (cherry picked from commit edb1f0e) Signed-off-by: Reynold Xin <[email protected]>
1 parent eb2f5c5 commit 00b4317

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/streaming-programming-guide.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -950,7 +950,7 @@ is 200 milliseconds.
950950

951951
An alternative to receiving data with multiple input streams / receivers is to explicitly repartition
952952
the input data stream (using `inputStream.repartition(<number of partitions>)`).
953-
This distributes the received batches of data across all the machines in the cluster
953+
This distributes the received batches of data across specified number of machines in the cluster
954954
before further processing.
955955

956956
### Level of Parallelism in Data Processing

0 commit comments

Comments
 (0)