CCA-500 · Question #61
Which three processes does HDFS High Availability (HA) enable on your cluster?
The correct answer is A. Automatically 'fail over' between NameNodes if one goes down C. Shut one NameNode down for maintenance without halting the cluster D. Manually 'fail over' between NameNodes. The HDFS High Availability feature addresses the above problems by providing the option of running two redundant NameNodes in the same cluster in an Active/Passive configuration with a hot standby. This allows a fast failover to a new NameNode in the case that a machine…
Question
Which three processes does HDFS High Availability (HA) enable on your cluster?
Options
- AAutomatically 'fail over' between NameNodes if one goes down
- BWrite data to two clusters simultaneously
- CShut one NameNode down for maintenance without halting the cluster
- DManually 'fail over' between NameNodes
- EConfigure unlimited hot standby NameNode.
How the community answered
(35 responses)- A74% (26)
- B17% (6)
- E9% (3)
Explanation
The HDFS High Availability feature addresses the above problems by providing the option of running two redundant NameNodes in the same cluster in an Active/Passive configuration with a hot standby. This allows a fast failover to a new NameNode in the case that a machine crashes, or a graceful administrator-initiated failover for the purpose of planned maintenance.
Topics
Community Discussion
No community discussion yet for this question.