hadoop中multi-output格式的part-m-00000文件的用途是什么?
我尝试创建多个文件,但不存在完整数据,将所有多个输出文件组合在一起。 part-m -00000文件为0字节。
最佳答案
你需要把LazyOutputFormat.setOutputFormatClass(job, TextOutputFormat.class);
正在努力摆脱part-m-00000。您能否详细说明“没有完整的数据”?
关于hadoop - 在hadoop中以多种输出格式使用part-m-00000,我们在Stack Overflow上找到一个类似的问题:https://stackoverflow.com/questions/36448693/