码迷,mamicode.com
首页 > 其他好文 > 详细

MapReduce编程模型wordcount

时间:2017-10-16 23:14:40      阅读:154      评论:0      收藏:0      [点我收藏+]

标签:throw   reducer   tab   obj   table   stat   ext   apr   []   

1、worldcount类中主要有三部分

public class Wordcount {
    public static class TokenizerMapper extends Mapper<Object, Text, Text, IntWritable>{
      //mapper类
    }
    public static class IntSumReducer extends{
      //reducer类
    }
    public static void main(String[] args) throws Exception {
      //main方法
    }
}

2、具体再编写每个部分

  • mapper类

技术分享

  • reducer类

技术分享

  • main方法

技术分享

 

MapReduce编程模型wordcount

标签:throw   reducer   tab   obj   table   stat   ext   apr   []   

原文地址:http://www.cnblogs.com/VillageKnight-Ding/p/7679188.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!