What do you mean by metadata in HDFS?



What do you mean by metadata in HDFS?..

Answer / Piyush Dixit

In HDFS, metadata refers to data about the data, including information such as file name, creation time, last modification time, permissions, ownership, and block location. It is stored on the NameNode's local filesystem, in a database called the EditLog, and on secondary NameNodes if available.

Is This Answer Correct ?    0 Yes 0 No

Post New Answer

More Apache HDFS Hadoop Distributed File System Interview Questions

How to create directory in HDFS?

1 Answers  


What do you mean by the high availability of a namenode?

1 Answers  


Explain what is difference between an input split and hdfs block?

1 Answers  


Why HDFS stores data using commodity hardware despite the higher chance of failures in hadoop?

1 Answers  


Explain how indexing in hdfs is done?

1 Answers  


Does HDFS allow a client to read a file which is already opened for writing in hadoop?

1 Answers  


How does hdfs get a good throughput?

1 Answers  


What is the difference between MapReduce engine and HDFS cluster?

1 Answers  


How to copy a file into HDFS with a different block size to that of existing block size configuration?

1 Answers  


Explain the key features of hdfs?

1 Answers  


How will you perform the inter cluster data copying work in hdfs?

1 Answers  


If the source data gets updated every now and then, how will you synchronize the data in hdfs that is imported by sqoop?

1 Answers  


Categories