在MapReduce中,哪个组件是用户不指定也不会有默认的()
A: Combine
B: OutputFormat
C: Partitione
D: InputFormat
A: Combine
B: OutputFormat
C: Partitione
D: InputFormat
举一反三
- MapReduce中Map过程输出的键值对,将有下列哪个组件()进行合并处理。 A: Mapper B: InputFormat C: Reducer D: OutputFormat
- Hadoop MapReduce对外提供了5个可编程组件,以下哪对中的方法或任务不全 在这5个编程组件中。 A: PartitionerfO Combine B: Split 和 Sort C: InputFormat 和 OutputFormat D: Mapper 和 Reduce
- MapReduce编程模型中以下组件( )是最后执行的。 A: Mappe B: Partitione C: Reduce D: RecordReade
- 在MapReduce中,默认的InputFormat类型是________________,可以将每行内容作为新值,将字节偏移量作为key。
- Reduce阶段做的是 A: OutputFormat B: InputFormat C: Reducer D: Mapper E: Combiner F: Partitioner