单项选择题
使用Java编写MR-App时,自定义Mapper类需要继承org.apache.hadoop.mapreduce包中的哪个类?()
A.Mapper
B.Reducer
C.Job
D.InputFormat
点击查看答案&解析
相关考题
-
多项选择题
编写MRApplicationBusinessLogic模块时,大多时候我们只需要编写哪两个类?()
A.Mapper类
B.Reducer类
C.InputFormat类
D.OutputFormat类 -
单项选择题
MapReduce Shell接口中,哪个命令用于向YARN集群提交MR-App,管理正在运行的MR-App当前执行状态?()
A.bin/mapred pipes
B.bin/mapred job
C.bin/mapred queue
D.bin/mapred classpath -
单项选择题
若Hadoop集群的主节点机器名为master,那么MapReduceWeb UI的默认地址是哪个?()
A.master:50070
B.master:8088
C.master:19888
D.以上选项均不正确
