MapReduce Reducer Assignment

From CSE231 Wiki
Revision as of 22:30, 16 February 2018 by Cosgroved (talk | contribs)
Jump to navigation Jump to search

Motivation

Collector is fundamental to the MapReduce Framework lab.

Background

Collector<T,A,R>

Testing Your Solution

Correctness

class: CollectorStudioTestSuite.java Junit.png
package: mapreduce
source folder: testing/src/test/java