Skip to content

Commit 5ad4146

Browse files
akkomarconviva-zz
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 apache#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'.
1 parent d46a3cc commit 5ad4146

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)