What does block mean?

devquora
devquora

Posted On: Feb 22, 2018

 

Smallest consistent location on your hard drive where information is stored is known as a block. HDFS stores each document as blocks, and appropriate it over the Hadoop cluster. The default size of a square in HDFS is 128 MB (Hadoop 2.x) and 64 MB (Hadoop 1.x), which is considerably bigger when contrasted with the Linux system where the block size is 4KB. The reason of having this enormous square size is to limit the cost of look for and diminish the Meta information data created per block.

    Related Questions

    Please Login or Register to leave a response.

    Related Questions

    Hadoop Interview Questions

    What does HDFS mean?

    The HDFS is one of the storage systems of the Hadoop structure. It is a circulated file structure that can helpfully ke..

    Hadoop Interview Questions

    What are the key features of HDFS?

    Various key features of HDFS are as follows: HDFS is a profoundly versatile and reliable storage system for big data st..

    Hadoop Interview Questions

    What is check pointing in Hadoop?

    Check pointing is a fundamental part of keeping up and holding on file system metadata in HDFS. It’s urgent for profi..