You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When execute start_hbase.sh in master node, I got the error in regionserver nodes:
Failed construction RegionServer hbase.regionserver.hostname.disable.master.reversedns and hbase.regionserver.hostname are mutually exclusive. Do not set hbase.regionserver.hostname.disable.master.reversedns to true
hbase.regionserver.hostname.disable.master.reversedns
Description
This config is for experts: don’t set its value unless you really know what you are doing. When set to true, regionserver will use the current node hostname for the servername and HMaster will skip reverse DNS lookup and use the hostname sent by regionserver instead. Note that this config and hbase.regionserver.hostname are mutually exclusive. See https://issues.apache.org/jira/browse/HBASE-18226 for more details
The text was updated successfully, but these errors were encountered:
When execute start_hbase.sh in master node, I got the error in regionserver nodes:
I noticed the hbase-site.xml in hbase/1.2.6/hbase-site.xml is like this:
The document of hbase says the two options are mutually exclusive: HBase 2.0 Reference Guide
The text was updated successfully, but these errors were encountered: