单项选择题
下面关于Partitioner描述正确的是()。
A.Job作业实现Partitioner可以提高Job执行效率B.Partitioner分区是在reduce-shuffle阶段实现的C.默认情况Job的Partitioner分区类为HashPartitionerD.默认情况Job没有任何分区操作
单项选择题 在整个maprduce运行阶段,数据是以()形式存在的。
单项选择题 哪个不是mapreduce运行的时候分的部分?()
单项选择题 Hadoop Streaming支持脚本语言编写简单MapReduce程序,以下是一个例子,说法不正确的是()。Bin/hadoop jar contrib/streaming/hadoop-0.20-streaming.jar—input input/filename—output output—mapper ‘dosth.py 5’—file dosth.py—D mapred.reduce.tasks=1