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 |
How to enable trash/recycle bin in hadoop?
what should be the ideal replication factor in hadoop?
How is HDFS fault tolerant?
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?
How will you make changes to the default configuration files?
How to exit the vi editor?
Explain use cases where SequenceFile class can be a good fit?
What is HDFS Block size? How is it different from traditional file system block size?
How you can contact your client everyday ?
Explain what is the purpose of RecordReader in Hadoop?
Explain what if rack 2 and datanode fails?
What is formatting of the dfs?
Apache Hadoop (394)
MapReduce (354)
Apache Hive (345)
Apache Pig (225)
Apache Spark (991)
Apache HBase (164)
Apache Flume (95)
Apache Impala (72)
Apache Cassandra (392)
Apache Mahout (35)
Apache Sqoop (82)
Apache ZooKeeper (65)
Apache Ambari (93)
Apache HCatalog (34)
Apache HDFS Hadoop Distributed File System (214)
Apache Kafka (189)
Apache Avro (26)
Apache Presto (15)
Apache Tajo (26)
Hadoop General (407)