HBASE-25833 fix HBase Configuration File Descriptions (#3216)

Signed-off-by: Duo Zhang <zhangduo@apache.org>
This commit is contained in:
Che Xun 2021-05-02 21:02:51 +08:00 committed by GitHub
parent 5d42f58ff6
commit accfcebd45
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 3 additions and 3 deletions

View File

@ -58,12 +58,12 @@ _hbase-policy.xml_::
_hbase-site.xml_:: _hbase-site.xml_::
The main HBase configuration file. The main HBase configuration file.
This file specifies configuration options which override HBase's default configuration. This file specifies configuration options which override HBase's default configuration.
You can view (but do not edit) the default configuration file at _docs/hbase-default.xml_. You can view (but do not edit) the default configuration file at _hbase-common/src/main/resources/hbase-default.xml_.
You can also view the entire effective configuration for your cluster (defaults and overrides) in You can also view the entire effective configuration for your cluster (defaults and overrides) in
the [label]#HBase Configuration# tab of the HBase Web UI. the [label]#HBase Configuration# tab of the HBase Web UI.
_log4j.properties_:: _log4j2.xml_::
Configuration file for HBase logging via `log4j`. Configuration file for HBase logging via `log4j2`.
_regionservers_:: _regionservers_::
A plain-text file containing a list of hosts which should run a RegionServer in your HBase cluster. A plain-text file containing a list of hosts which should run a RegionServer in your HBase cluster.