Difference between revisions of "MapReduce Reducer Assignment"

From CSE231 Wiki
Jump to navigation Jump to search
(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>]")
 
Line 4: Line 4:
 
=Background=
 
=Background=
 
[https://docs.oracle.com/javase/8/docs/api/java/util/stream/Collector.html Collector<T,A,R>]
 
[https://docs.oracle.com/javase/8/docs/api/java/util/stream/Collector.html Collector<T,A,R>]
 +
 +
=Testing Your Solution=
 +
==Correctness==
 +
{{TestSuite|CollectorStudioTestSuite|mapreduce}}

Revision as of 22:30, 16 February 2018

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