什么是Combiner?
举一反三
- 你必须为MapReduce作业指定哪些内容? A: mapper和reducer类 B: mapper、reducer和Combiner类 C: mapper、reducer、Combiner和Partitioner类 D: 什么都不需要,所有类都默认实现
- combiner的运行次数可能有多次。
- 大部分时候reducer不能用作combiner。()
- f(B|A)词对法必须确定所有a被传递到同一个combiner。()
- Reduce阶段做的是 A: OutputFormat B: InputFormat C: Reducer D: Mapper E: Combiner F: Partitioner