Skip to content

Commit 78d15bd

Browse files
committed
Address
1 parent 9928ca5 commit 78d15bd

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
@@ -1417,7 +1417,7 @@ Note that the connections in the pool should be lazily created on demand and tim
14171417

14181418
## Accumulator and Broadcast
14191419

1420-
Accumulator and Broadcast cannot be recovered from checkpoint in Streaming. If you enable checkpoint and use Accumulator or Broadcast as well, you have to create lazily instantiated singleton instances for Accumulator and Broadcast so that they can be restarted on driver failures. This is shown in the following example.
1420+
Accumulator and Broadcast cannot be recovered from checkpoint in Spark Streaming. If you enable checkpointing and use Accumulator or Broadcast as well, you'll have to create lazily instantiated singleton instances for Accumulator and Broadcast so that they can be restarted on driver failures. This is shown in the following example.
14211421

14221422
<div class="codetabs">
14231423
<div data-lang="scala" markdown="1">

0 commit comments

Comments
 (0)