What is the extension of archive file created in Hadoop

0 votes
What is the extension of archive file created in Hadoop?
Dec 2, 2021 in Big Data Hadoop by CoderGirl
• 500 points
3,447 views

1 answer to this question.

0 votes

Hadoop archive is a facility which packs up small files into one compact HDFS block to avoid memory wastage of namenode. Hadoop Archives (HAR) can be used to address the namespace limitations associated with storing many small files. The extension of archive file created in Hadoop is *. har extension. A Hadoop archive directory contains metadata (in the form of _index and _masterindex) and data (part-*) files.

answered Dec 9, 2021 by Kavya
• 700 points

Related Questions In Big Data Hadoop

0 votes
1 answer

What is the use of sequence file in Hadoop?

Sequence files are binary files containing serialized ...READ MORE

answered Apr 6, 2018 in Big Data Hadoop by Ashish
• 2,650 points
10,406 views