Back

Explore Courses Blog Tutorials Interview Questions
0 votes
2 views
in Big Data Hadoop & Spark by (11.9k points)

As a beginner to hadoop I am confused with these words namespace and metadata. Is there any relation between these two ?

1 Answer

0 votes
by (32.1k points)
According to 'Hadoop The definitive guide' - "The NameNode manages the filesystem namespace. It maintains the filesystem tree and the metadata for all the files and directories in the tree."

Essentially, Namespace means a container. In this context it means the file name grouping or hierarchy structure.

Metadata contains things like the owners of files, permission bits, block location, size etc.

Browse Categories

...