Hadoop MapReduce WordCount 快速上手

需求 统计一个文件中出现的各个单词个数。 文件路径/Users/ylj/demo/input/hello.txt ☁ input pwd /Users/ylj/demo/input ☁ input cat hello.txt php java go scala php go go go python 分析 Mapper 将mapTask传给我们的Text内容转换成String 根据空格分割
相关文章
相关标签/搜索