Details
-
Improvement
-
Status: Closed
-
Critical
-
Resolution: Fixed
-
None
-
None
-
None
Description
Currently when we start a master it reads the MASTER_HOST_NAME and MASTER_ADDRESS configurations. That means that when you want to start a master on another machine, you have to change hbase-site.xml
One thing we could do is when you want a 1 ZK, 1 Master setup, you set that value and everything is taken care of (easier for newcomers). When you want multiple masters, you have to use a quorum and set the hbase.regionserver.dns.interface and hbase.regionserver.dns.nameserver configurations to bind on the right interface. Maybe those should have a different name tho.
Attachments
Issue Links
- is related to
-
HBASE-1357 If one sets the hbase.master to 0.0.0.0 non local regionservers can't find the master
- Closed
- relates to
-
HBASE-1302 When a new master comes up, regionservers should continue with their region assignments from the last master
- Closed