0

What is more efficient in hadoop if have a single sequence files with n blocks vs n single files with one block each? And why?

Thanks,

Sean Nguyen
  • 12,528
  • 22
  • 74
  • 113
  • This [SO post](http://stackoverflow.com/questions/34243134/what-is-sequence-file-in-hadoop/34252006) explains in detail about a sequence file in Hadoop and should give you an idea of when to use it vs. making many files.. – vmachan Feb 05 '16 at 18:33
  • Thanks for the pointer. I still confuse about the overhead of the logical file (i.e. sequence file) on top of the blocks. If all the blocks is full with hdfs block size (i.e. 64MB), what is the overhead on namenode? – Sean Nguyen Feb 05 '16 at 19:03

0 Answers0