数据去重实例中,Map输出的键的数据类型是什么?
A. Text
B. IntWritable
C. FloatWritable
D. NullWritable
在MapReduce中,数据进行map转换后,默认根据map后数据的key值进行散列派发,同一个分区的数据发送到同一个Reduce中去处理。
A. 对
B. 错
在MapReduce中,通过FileInputFormat.addInputPath可以设置输入文件路径。
A. 对
B. 错
MapReduce执行过程按照时间顺序可以分为输入分片(input split)、map阶段、combiner阶段、shuffle阶段和reduce阶段。
A. 对
B. 错