MapReduce Reducer Assignment

From CSE231 Wiki
Revision as of 22:24, 16 February 2018 by Cosgroved (talk | contribs) (Created page with "=Motivation= Collector is fundamental to the MapReduce Framework lab. =Background= [https://docs.oracle.com/javase/8/docs/api/java/util/stream/Collector.html Collector<T,A,R>]")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

Motivation

Collector is fundamental to the MapReduce Framework lab.

Background

Collector<T,A,R>