什么是 SequenceFileInputFormat?它适用于什么场景?
What is SequenceFileInputFormat?
题目类型: 技术面试题
这是一道技术面试题,常见于澳洲IT公司面试中。
难度: medium
分类: SequenceFile, I/O Formats
标签: sequencefile, binary, key-value, mapreduce
参考答案摘要
SequenceFileInputFormat SequenceFile 是一种由二进制 key/value 对组成的 flat file,在 MapReduce 中被广泛作为输入/输出格式。 另外,mapper 的临时输出在内部也经常使用 SequenceFile 存储。
本题提供 STAR 原则详细解答和技术解析,登录匠人学院学习中心即可查看完整答案。