Skip to content

Commit

Permalink
Address
Browse files Browse the repository at this point in the history
  • Loading branch information
zsxwing committed Dec 18, 2015
1 parent 9928ca5 commit 78d15bd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/streaming-programming-guide.md
Original file line number Diff line number Diff line change
Expand Up @@ -1417,7 +1417,7 @@ Note that the connections in the pool should be lazily created on demand and tim

## Accumulator and Broadcast

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.
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.

<div class="codetabs">
<div data-lang="scala" markdown="1">
Expand Down

0 comments on commit 78d15bd

Please sign in to comment.