摘要: 在Hadoop中,有一种处理过程叫Combiner,与Mapper和Reducer在处于同等地位,但其执行的时间介于Mapper和Reducer之间,其实就是Mapper和Reducer的中间处理过程,Mapper的输出是Combiner的输入,Combiner的输出是Reducer的输入。例如... 阅读全文
posted @ 2014-07-10 22:33 edwardxh 阅读(2326) 评论(1) 推荐(3)