Reduce阶段做的是 A: OutputFormat B: InputFormat C: Reducer D: Mapper E: Combiner F: Partitioner
Reduce阶段做的是 A: OutputFormat B: InputFormat C: Reducer D: Mapper E: Combiner F: Partitioner
在MapReduce中,哪个组件是用户不指定也不会有默认的() A: Combine B: OutputFormat C: Partitione D: InputFormat
在MapReduce中,哪个组件是用户不指定也不会有默认的() A: Combine B: OutputFormat C: Partitione D: InputFormat
在MapReduce中,默认的InputFormat类型是________________,可以将每行内容作为新值,将字节偏移量作为key。
在MapReduce中,默认的InputFormat类型是________________,可以将每行内容作为新值,将字节偏移量作为key。
用户可以通过实现自定义的()来控制哪个key被分配给哪个 Reducer。 A: Partitioner B: InputFormat C: JobController D: Jobtracker
用户可以通过实现自定义的()来控制哪个key被分配给哪个 Reducer。 A: Partitioner B: InputFormat C: JobController D: Jobtracker
MapReduce中Map过程输出的键值对,将有下列哪个组件()进行合并处理。 A: Mapper B: InputFormat C: Reducer D: OutputFormat
MapReduce中Map过程输出的键值对,将有下列哪个组件()进行合并处理。 A: Mapper B: InputFormat C: Reducer D: OutputFormat
在Hadoop中,下面哪个是默认的InputFormat类型,它将每行内容作为新值,而将字节偏移量作为key( ) A: FileInputFormat B: TextInputFormat C: KeyValueTextInputFormat
在Hadoop中,下面哪个是默认的InputFormat类型,它将每行内容作为新值,而将字节偏移量作为key( ) A: FileInputFormat B: TextInputFormat C: KeyValueTextInputFormat
下面哪个选项是默认的InputFormat类型,它会将每行内容作为新值,而将字节偏移量作为key。 A: FileInputFormat B: TextInputFormat C: KeyValueTextInputFormat D: LongInputFormat
下面哪个选项是默认的InputFormat类型,它会将每行内容作为新值,而将字节偏移量作为key。 A: FileInputFormat B: TextInputFormat C: KeyValueTextInputFormat D: LongInputFormat
为了减少Map到Reduce的数据传输量,我需要对传给reduce的数据进行合并,此时我们应该选择哪个组件? A: A:RecordWriter B: B:Combiner C: C:Partitioner D: D:InputFormat
为了减少Map到Reduce的数据传输量,我需要对传给reduce的数据进行合并,此时我们应该选择哪个组件? A: A:RecordWriter B: B:Combiner C: C:Partitioner D: D:InputFormat
Hadoop MapReduce对外提供了5个可编程组件,以下哪对中的方法或任务不全 在这5个编程组件中。 A: PartitionerfO Combine B: Split 和 Sort C: InputFormat 和 OutputFormat D: Mapper 和 Reduce
Hadoop MapReduce对外提供了5个可编程组件,以下哪对中的方法或任务不全 在这5个编程组件中。 A: PartitionerfO Combine B: Split 和 Sort C: InputFormat 和 OutputFormat D: Mapper 和 Reduce
为销售报表展示开发一个MapReduce作业,Mapper输入数据的Key是年份(),Value表示商品标识()。下列哪一项决定该Mapper的数据类型?() A: JobConf.setMapInputKeyClass与JobConf.setMapInputValuesClass B: HADOOP_MAP_DATATYPES环境变量 C: 随作业一起提交的mapper-specification.xml文件 D: InputFormat格式类
为销售报表展示开发一个MapReduce作业,Mapper输入数据的Key是年份(),Value表示商品标识()。下列哪一项决定该Mapper的数据类型?() A: JobConf.setMapInputKeyClass与JobConf.setMapInputValuesClass B: HADOOP_MAP_DATATYPES环境变量 C: 随作业一起提交的mapper-specification.xml文件 D: InputFormat格式类