Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

An aggregator plugin will operate over windows in the stream, and can be implemented by a call to flatMapToPair(), then reduceByKey().

...

ReduceFunction

A reducer reduce function plugin will reduce all the records in a window into a single record.

...