摘要: mapreduce代码主要包括三个类,map类、reduce类以及测试类!以wordcount为例,map类为: static class WordMapper extends Mapper{ private final static IntWritable one = ne... 阅读全文
posted @ 2015-12-15 19:29 成长中的蒲公英 阅读(509) 评论(0) 推荐(0)