关于MapReduce单词统计的例子:

要统计的文件的文件名为hello hello中的内容如下 hello  you hello  me 通过MapReduce程序统计出文件中的各个单词出现了几次.(两个单词之间通过tab键进行的分割) 1 import java.io.IOException; 2 3 import mapreduce.WordCountApp.WordCountMapper.WordCountRedu
相关文章
相关标签/搜索