Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
在hadoop中以多输出格式使用part-m-00000文件有什么用。
我尝试创建多个文件,但不存在完整数据,合并所有多个输出文件。和 part-m -00000 文件是 0 字节。
您需要LazyOutputFormat.setOutputFormatClass(job, TextOutputFormat.class); 工作以摆脱 part-m-00000。您能否详细说明“不存在完整数据”?
LazyOutputFormat.setOutputFormatClass(job, TextOutputFormat.class);