读书笔记2:Hadoop组件-(3)读与写
?
SequenceFileOutputFormat是以序列文件格式输出数据,使其可以通过SequenceFileInputFormat来读取,有助于通过中间数据结果将MapReduce作业串起来。