Home:ALL Converter>How to add a Secondary NameNode in a HBase cluster setup?

How to add a Secondary NameNode in a HBase cluster setup?

Ask Time:2017-05-03T16:57:54         Author:thanuja

Json Formatter

I've a Hbase cluster setup with 3 nodes: A NameNode and 2 DataNodes. The NameNode is a server with 4GB memory and 20GB hard disk while each DataNode has 8GB memory and 100GB hard disk.

I'm using Apache Hadoop version: 2.7.2 and Apache Hbase version: 1.2.4

I've seen some people mentioned about a Secondary NameNode.

My questions are,

  1. What is the impact of not having a Secondary NameNode in my setup?
  2. Is it possible to use one of the DataNodes as the Secondary NameNode?
  3. If possible how can I do it? (I inserted only the NameNode in /etc/hadoop/masters file.)

Author:thanuja,eproduced under the CC 4.0 BY-SA copyright license with a link to the original source and this disclaimer.
Link to original article:https://stackoverflow.com/questions/43755518/how-to-add-a-secondary-namenode-in-a-hbase-cluster-setup
yy