摘要:
需求 统计每一个手机号耗费的总上行流量、下行流量、总流量。 输入数据: 输入数据格式: 期望输出数据格式: 需求分析 编写MapReduce程序 流量统计的Bean对象: Mapper类: Reducer类: 驱动类: 阅读全文
posted @ 2019-11-02 15:25
MCQ1999
阅读(422)
评论(0)
推荐(0)
摘要:
先改pom.xml: 在resources文件夹下添加文件 log4j.properties: WordcountDriver.java: WordcountMapper.java: WordcountReducer.java: 在run configuration里加上参数e:/mrtest/in 阅读全文
posted @ 2019-11-02 10:04
MCQ1999
阅读(639)
评论(0)
推荐(0)