The data node and name node in HADOOP are
Worker Node and Master Node respectively
In the Hadoop Distributed File System (HDFS), there are primarily two types of nodes that handle data storage and management: the NameNode and the DataNode. Understanding their roles is crucial to grasping how Hadoop works.
Let's break down the functions of each node:
Based on their roles:
Therefore, in Hadoop, the DataNode is the Worker Node and the NameNode is the Master Node.
Let's look at the options provided:
Based on the analysis, Option 1 correctly identifies the roles of the DataNode and NameNode.
| Node Type | Role | Analogy |
|---|---|---|
| NameNode | Master Node | Librarian (Manages index, location) |
| DataNode | Worker Node | Shelves (Stores actual data blocks) |
HDFS is designed with a single NameNode (though high availability configurations exist) and multiple DataNodes. This architecture provides high throughput for data access and is highly scalable. The separation of metadata (managed by NameNode) and actual data storage (managed by DataNodes) is a key design principle. Data replication across multiple DataNodes ensures fault tolerance; if one DataNode fails, the data can still be accessed from another DataNode holding a replica.
In reference to Big data, consider the following database:
(A) Memcached
(B) Couch DB
(C) Infinite graph
Choose the most appropriate answer from the options given below:
Hadoop (a big data tool) works with number of related tools. Choose from the following, the common tools included into Hadoop:
Which of the following statement/s is/are true?
(i) Facebook has the world’s largest Hadoop cluster.
(ii) Hadoop 2.0 allows live stream processing of real time data
Which of the following statement(s) is/are correct regarding On-Line Transaction Processing (OLTP)?
I. Responses to the user inquiry are immediate.
II. The associated cost is economical with efficient utilization of resources.
III. The database is always up-to-date.
Given below are two statements: one is labelled as Assertion A and the other is labelled as Reason R
Assertion A: HDFS follows a master-slave architecture with Name Node and Data Nodes.
Reason R: Name Node stores metadata, while Data Nodes store actual data blocks.
In the light of the above statements, choose the most appropriate answer from the options given below