Skip to content
Snippets Groups Projects
Commit 28a6b0cd authored by Patrick Wendell's avatar Patrick Wendell
Browse files

Merge pull request #398 from pwendell/streaming-api

Rename DStream.foreach to DStream.foreachRDD

`foreachRDD` makes it clear that the granularity of this operator is per-RDD.
As it stands, `foreach` is inconsistent with with `map`, `filter`, and the other
DStream operators which get pushed down to individual records within each RDD.
parents 074f5023 e6e20cee
No related branches found
No related tags found
No related merge requests found
Showing
with 65 additions and 28 deletions
Loading
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