标签: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、具体再编写每个部分
标签:throw reducer tab obj table stat ext apr []
原文地址:http://www.cnblogs.com/VillageKnight-Ding/p/7679188.html