Back

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

a. Manage file system namespace

b. It is responsible for storing actual data

c. Perform read-write operation as per request for the clients

d. None of the above

1 Answer

0 votes
by (119k points)

The correct answer is option A (Manage file system namespace).  NameNode acts as a master in Hadoop cluster and assign the tasks to DataNode. It stores only metadata like Filename, Path, number of Datablocks, etc. but not the actual data. NameNodes are responsible for managing file system operations such as opening, closing, renaming files, and directories.

If you wish to learn Hadoop from Industry experts then take up this Big Data Certification course by Intellipaat.

Also, watch this video on HDFS for a better understanding:

Browse Categories

...