• 2022-06-09
    在MapReduce中,下面哪个会将输入键值对处理成中间键值对( )
    A: Mapper
    B: Reducer
    C: Mapper和Reducer
  • A

    内容

    • 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

      在Job类中对输出键值对格式进行设置时,如果Mapper的输出格式与Reducer的 输出格式一样,那么可以省略下列()设置

    • 2

      MapReduce编程模型中以下组件哪个是最后执行的?() A: Mapper B: Partitioner C: Reducer D: RecordReader

    • 3

      链式MapReduce计算中,对任意一个MapReduce作业,Map和Reduce阶段可以有无限个Mapper,但Reducer只能有一个。

    • 4

      中国大学MOOC: 编写MapReduce程序的时候无需知道Mapper和Reducer在何处运行