Created 09-30-2016 02:34 PM
We had a 5 node cluster (2 master and 3 slave nodes). Recently we added 4 more slave nodes. all of this is through ambari. One strange thing we noticed is in all the existing 5 nodes , the /etc/hadoop/conf/slaves and /etc/hbase/conf/regionservers didnt get the entries of the newly added nodes (they have only the 3 slave entries). but the newly added nodes have all the entries for all the 7 hosts. why is it so?
I believe this will cause an issue when we restart. start/stop the hbase service.
but amabri dashboard shows all 7 slaves and we are able to run jobs on all 7 slaves too.
Created 09-30-2016 06:28 PM
Ambari does not use these files for managing the HBase service. Those files are only used for custom scripts that come with HBase (bin/start-hbase.sh, etc) which is not needed in an Ambari setup.
Created 09-30-2016 06:28 PM
Ambari does not use these files for managing the HBase service. Those files are only used for custom scripts that come with HBase (bin/start-hbase.sh, etc) which is not needed in an Ambari setup.
Created 09-30-2016 08:35 PM