Word Count MapReduce Application

From CSE231 Wiki
Revision as of 07:38, 10 February 2018 by Cosgroved (talk | contribs) (Created page with "===Code To Implement=== {{CodeToImplement|WordCountMapper|map|mapreduce.apps.wordcount.studio}} {{Sequential|public void map(TextSection textSection, BiConsumer<String, Integ...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

Code To Implement

class: WordCountMapper.java Java.png
methods: map
package: mapreduce.apps.wordcount.studio
source folder: student/src/main/java

method: public void map(TextSection textSection, BiConsumer<String, Integer> keyValuePairConsumer) Sequential.svg (sequential implementation only)