Skip to content
Snippets Groups Projects
Commit edb1f0e3 authored by akkomar's avatar akkomar Committed by Reynold Xin
Browse files

Small correction in Streaming Programming Guide doc

Corrected description of `repartition` function under 'Level of Parallelism in Data Receiving'.

Author: akkomar <ak.komar@gmail.com>

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'.
parent ac96d965
No related branches found
No related tags found
No related merge requests found
...@@ -950,7 +950,7 @@ is 200 milliseconds. ...@@ -950,7 +950,7 @@ is 200 milliseconds.
An alternative to receiving data with multiple input streams / receivers is to explicitly repartition An alternative to receiving data with multiple input streams / receivers is to explicitly repartition
the input data stream (using `inputStream.repartition(<number of partitions>)`). the input data stream (using `inputStream.repartition(<number of partitions>)`).
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. before further processing.
### Level of Parallelism in Data Processing ### Level of Parallelism in Data Processing
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment