在MapReduce中,下面哪个会将输入键值对处理成中间键值对( )。
A: Mapper和Reducer
B: Mapper
C: MRAppMaster
D: Reducer
A: Mapper和Reducer
B: Mapper
C: MRAppMaster
D: Reducer
B
举一反三
- 在MapReduce中,下面哪个会将输入键值对处理成中间键值对( ) A: Mapper B: Reducer C: Mapper和Reducer
- MapReduce中Map过程输出的键值对,将有下列哪个组件()进行合并处理。 A: Mapper B: InputFormat C: Reducer D: OutputFormat
- 在MapReduce中,下面哪个选项会将输入键值对处理成中间键值对()。 A: Map B: Reduce C: Map和Reduce
- 你必须为MapReduce作业指定哪些内容? A: mapper和reducer类 B: mapper、reducer和Combiner类 C: mapper、reducer、Combiner和Partitioner类 D: 什么都不需要,所有类都默认实现
- Mapper排序后的输出将作为下面哪个的输入 A: Mapper B: Shuffle C: Sort D: Reducer E: 3.4
内容
- 0
在mapreduce任务中,下列哪一项会由hadoop系统自动排序() A: keys of mapper's output B: values of mapper's output C: keys of reducer's output D: values of reducer's output
- 1
MapReduce编程模型中以下组件哪个是最后执行的?() A: Mapper B: Partitioner C: Reducer D: RecordReader
- 2
在Job类中对输出键值对格式进行设置时,如果Mapper的输出格式与Reducer的 输出格式一样,那么可以省略下列()设置
- 3
链式MapReduce计算中,对任意一个MapReduce作业,Map和Reduce阶段可以有无限个Mapper,但Reducer只能有一个。
- 4
中国大学MOOC: 编写MapReduce程序的时候无需知道Mapper和Reducer在何处运行