Skip to content

Commit a66ec22

Browse files
committed
Complete the line incomplete line,
1 parent a92ca39 commit a66ec22

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

docs/streaming-programming-guide.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -992,7 +992,8 @@ cleanedDStream = wordCounts.transform(lambda rdd: rdd.join(spamInfoRDD).filter(.
992992
</div>
993993

994994
Note that the supplied function gets called in every batch interval. This allows you to do
995-
time-varying RDD operations
995+
time-varying RDD operations, that is, RDD operations, number of partitions, broadcast variables,
996+
etc. can be changed between batches.
996997

997998
#### Window Operations
998999
{:.no_toc}

0 commit comments

Comments
 (0)