问答题
MapReduce提供了哪些主要功能?
1.数据划分和计算任务调度2.数据/代码互定位3.系统优化4.出错检测和恢复
判断题 FileInputFormat.addInputPath(job,file);功能是添加输入路径,设置分区的方法是setPartitionerClass()。
判断题 mapreduce自定义数据类型,需要在实现WritableComparable接口。
判断题 Map对一个列表的元素进行合并。