Difference between revisions of "MapReduce Reducer Assignment"
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}} |