Back

Explore Courses Blog Tutorials Interview Questions
0 votes
2 views
in Big Data Hadoop & Spark by (200 points)
Explain the use of NameNode and Data Node in Hadoop

1 Answer

0 votes
by (45.3k points)

NameNode acts as a master in the Hadoop cluster and assigns 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.

DataNode acts as a slave in the Hadoop Cluster whereas NameNode acts as a Master. DataNode stores the business data, creating, replicating, deleting, retrieving data blocks as per the instructions of Master (NameNode).

If you want to learn Hadoop, check out this Hadoop Training Course by Intellipaat.

Related questions

0 votes
1 answer
0 votes
1 answer
0 votes
1 answer
asked Jun 20, 2019 in Big Data Hadoop & Spark by Aarav (11.4k points)
+1 vote
1 answer
0 votes
1 answer

Browse Categories

...