• 2022-06-09
    你必须为MapReduce作业指定哪些内容?
    A: mapper和reducer类
    B: mapper、reducer和Combiner类
    C: mapper、reducer、Combiner和Partitioner类
    D: 什么都不需要,所有类都默认实现
  • A

    内容

    • 0

      MapReduce应用程序通常会通过map和 来实现Mapper和Reducer接口,二者组成作业的核心。

    • 1

      Map任务中的map()函数来自MapReduce API提供的()类。 A: Mapper B: Reducer C: Writable D: NullWritable

    • 2

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

    • 3

      在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

    • 4

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