whats the use of part-m-00000 file in multipleoutput format in hadoop.
I tried to create multiple file but not full data is present, combining all multiple output files. and part-m -00000 file is 0 Bytes.
whats the use of part-m-00000 file in multipleoutput format in hadoop.
I tried to create multiple file but not full data is present, combining all multiple output files. and part-m -00000 file is 0 Bytes.
you need to put LazyOutputFormat.setOutputFormatClass(job, TextOutputFormat.class);
under job to get rid of part-m-00000. Can you elaborate more on "not full data is present"?