Explain the difference between gen1 and gen2 hadoop with regards to the namenode?



Explain the difference between gen1 and gen2 hadoop with regards to the namenode?..

Answer / Rinku Rani

"Gen1 NameNode (First Generation)" was a single point of failure as it managed both metadata and data blocks. When it crashed, all the cluster data was lost.n"Gen2 NameNode (Second Generation)" introduced the NameNode High Availability (HA) feature by separating metadata management from storage. Now, there's a separate "secondary NameNode" that periodically takes a snapshot of the Namespace Information Tree (NSIT). In case of NameNode failure, the secondary node can be promoted to primary without data loss.

Is This Answer Correct ?    0 Yes 0 No

Post New Answer

More Apache Hadoop Interview Questions

How to enable trash/recycle bin in hadoop?

1 Answers  


what should be the ideal replication factor in hadoop?

1 Answers  


How is HDFS fault tolerant?

1 Answers  


Data Engineer Given a list of followers in the format:123, 345234, 678345, 123…Where column one is the ID of the follower and column two is the ID of the followee. Find all mutual following pairs (the pair 123, 345 in the example above). How would you use Map/Reduce to solve the problem when the list does not fit in memory?

1 Answers   Twitter,


How will you make changes to the default configuration files?

1 Answers  


How to exit the vi editor?

1 Answers  


Explain use cases where SequenceFile class can be a good fit?

1 Answers  


What is HDFS Block size? How is it different from traditional file system block size?

1 Answers  


How you can contact your client everyday ?

0 Answers  


Explain what is the purpose of RecordReader in Hadoop?

1 Answers  


Explain what if rack 2 and datanode fails?

1 Answers  


What is formatting of the dfs?

1 Answers  


Categories