MapReduce 程序中的配置参数有哪些?
List the configuration parameters in a MapReduce program.
题目类型: 技术面试题
这是一道技术面试题,常见于澳洲IT公司面试中。
难度: easy
分类: MapReduce, 配置参数
标签: mapreduce, configuration, inputformat, outputformat, mapper, reducer, jar
参考答案摘要
配置参数列表 Job 的输入路径(HDFS) Job 的输出路径(HDFS) 输入数据格式(InputFormat) 输出数据格式(OutputFormat) 包含 map 函数的类 包含 reduce 函数的类 包含 mapper/reducer/driver 的 JAR 文件
本题提供 STAR 原则详细解答和技术解析,登录匠人学院学习中心即可查看完整答案。