单项选择题
Hadoop 2.x中,编写MR-App前,需要导入mapreduce核心包,例如编写最重要的Map类和Redue类时需要用到Mapper类和Reducer类,它们在哪个jar包中存放?()
A.commons-cli-x.x.jar
B.hadoop-common-x.x.x.jar
C.hadoop-hdfs-client-x.x.x.jar
D.hadoop-mapreduce-client-core-x.x.x.jar
点击查看答案&解析
相关考题
-
单项选择题
使用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
