Golgappa.net | Golgappa.org | BagIndia.net | BodyIndia.Com | CabIndia.net | CarsBikes.net | CarsBikes.org | CashIndia.net | ConsumerIndia.net | CookingIndia.net | DataIndia.net | DealIndia.net | EmailIndia.net | FirstTablet.com | FirstTourist.com | ForsaleIndia.net | IndiaBody.Com | IndiaCab.net | IndiaCash.net | IndiaModel.net | KidForum.net | OfficeIndia.net | PaysIndia.com | RestaurantIndia.net | RestaurantsIndia.net | SaleForum.net | SellForum.net | SoldIndia.com | StarIndia.net | TomatoCab.com | TomatoCabs.com | TownIndia.com
Interested to Buy Any Domain ? << Click Here >> for more details...


Explain the hdfs architecture and list the various hdfs daemons in hdfs cluster?



Explain the hdfs architecture and list the various hdfs daemons in hdfs cluster?..

Answer / Mayank Kumar

HDFS (Hadoop Distributed File System) architecture is designed to store large datasets on commodity hardware. It consists of two main types of nodes: NameNode and DataNodes. The NameNode manages the file system namespace and is the centralized metadata repository for HDFS. DataNodes are responsible for storing and serving data blocks. Other important daemons in an HDFS cluster include SecondaryNameNode, which helps reduce I/O load on the main NameNode by performing tasks such as checkpointing, and JournalNode, which is used to store edit logs for the NameNode.

Is This Answer Correct ?    0 Yes 0 No

Post New Answer

More Apache HDFS Hadoop Distributed File System Interview Questions

How to change the replication factor of data which is already stored in HDFS?

1 Answers  


What is the difference between NAS and HDFS?

1 Answers  


Mention what is the difference between hdfs and nas?

1 Answers  


How data or file is read in HDFS?

1 Answers  


How is NFS different from HDFS?

1 Answers  


How to use hdfs put command for data transfer from flume to hdfs?

1 Answers  


If data is present in HDFS and RF is defined, then how can we change Replication Factor?

1 Answers  


Would you be able to change the block size of hdfs files?

1 Answers  


How much Metadata will be created on NameNode in Hadoop?

1 Answers  


Since the data is replicated thrice in hdfs, does it mean that any calculation done on one node will also be replicated on the other two?

1 Answers  


Explain hdfs?

1 Answers  


Hdfs stores data using commodity hardware which has higher chances of failures. So, how hdfs ensures the fault tolerance capability of the system?

1 Answers  


Categories