用户可以通过实现自定义的()来控制哪个key被分配给哪个 Reducer。
A: Partitioner
B: InputFormat
C: JobController
D: Jobtracker
A: Partitioner
B: InputFormat
C: JobController
D: Jobtracker
举一反三
- 通过自定义partition过程,用户可以自定义每个key将被分配到的reducer
- 通过自定义partition过程,用户可以自定义每个key将被分配到的reducer。 A: 正确 B: 错误
- Reduce阶段做的是 A: OutputFormat B: InputFormat C: Reducer D: Mapper E: Combiner F: Partitioner
- MapReduce编程模型中以下组件哪个是最后执行的?() A: Mapper B: Partitioner C: Reducer D: RecordReader
- MapReduce中Map过程输出的键值对,将有下列哪个组件()进行合并处理。 A: Mapper B: InputFormat C: Reducer D: OutputFormat