Reputation: 137
I have Hadoop 2.7.2 setup where Namenode and Secondary Namenode node run together with few datanodes. After namenode failure (it was just restart) I realized that Secondary namenode is not redundant namenode as I thought.
So question is, can I make my cluster high available and add Standby namenode without deleting existing metadata from namenode?
Upvotes: 0
Views: 503
Reputation: 191743
You need a Zookeeper cluster, but yes, you can add a namenode to enable High Availability
Upvotes: 1