0

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.

  • http://stackoverflow.com/questions/10666488/what-are-success-and-part-r-00000-files-in-hadoop Check this answer. – Taha Naqvi Apr 06 '16 at 11:12

1 Answers1

0

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"?

amitava
  • 505
  • 1
  • 5
  • 10