Created 09-23-2017 12:31 AM
I have 5 node cluster with 1 name node and 4 data nodes. Right now both my secondary name node and primary name node are on the same machine. I want to add a new secondary name node and sync it up with the rest of the hosts.
What is the best possible way to do this?
I tried using Ambari's "move secondary name node" wizard and it asked me to copy data into /hadoop/hdfs/namesecondary directory (which is on the boot disk with low disk space) in the new host. But I want to move it into the external hard disks I mounted on /mnt/data1-4. There are about 72 files in /hadoop/hdfs/namesecondary/current which I am not sure how to distribute into the /mnt disks.
Can some suggest what is the right way to do this?
Created 09-23-2017 01:14 AM
If the NameNode host has hardware problems and you need to move the NameNode to another host, you can do so as follows:
You can't disturb between multiple node unless you want to store HDFS metadata in multiple location which will be same.
Created 09-29-2017 03:46 PM
Thanks @Sridhar Reddy. My name node is doing good. I only wanted to move the name node which I did using the "Move Snamenode" wizard on Ambari. I want to sync up the name node with the cluster and am not sure how to do that.