Hi,
I have a cluster with three nodes
master.hadoop.com
node1.hadoop.com
node2.hadoop.com
I have installed one node-manger and resource manager on maser node (by mistake) now I want to delete the node manager from master and add two node mangers to node1, and node2 hosts.
On master host, I added a new file /etc/hadoop/conf/yarn.include
node1.hadoop.com
node2.hadoop.com
and then refresh nodes
sudo -u yarn yarn rmadmin -refreshNodes
I then restarted all yarn component by ambari successfully, but still ambari shows me just one node-manger on master node.
Can anyone give me a hint how to make this work?