adspace
Answer Posted / Muin Ahmad Khan
HDFS High Availability (HA) ensures that one Namenode instance can be replaced by another Namenode in the event of a failure. This is achieved through the use of an active and standby Namenode, where the active Namenode handles all client requests while the standby synchronizes with it to maintain up-to-date state information. In case of an active Namenode failure, the standby takes over.
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers