摘要: public class WordCount { public static class TokenizerMapper extends Mapper { Map map = new HashMap(); private Text word =... 阅读全文
posted @ 2014-05-21 09:25 沙漠里的小鱼 阅读(373) 评论(0) 推荐(0) 编辑