Skip to content

Commit 32dfc62

Browse files
committed
Corrected description of repartition function under 'Level of Parallelism in Data Receiving'.
1 parent 70c8116 commit 32dfc62

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)