From accfcebd45ba71ff5d2f88e9567285ffe338c312 Mon Sep 17 00:00:00 2001 From: Che Xun <410917617@qq.com> Date: Sun, 2 May 2021 21:02:51 +0800 Subject: [PATCH] HBASE-25833 fix HBase Configuration File Descriptions (#3216) Signed-off-by: Duo Zhang --- src/main/asciidoc/_chapters/configuration.adoc | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/main/asciidoc/_chapters/configuration.adoc b/src/main/asciidoc/_chapters/configuration.adoc index e222dde5afc..e080a73f5e7 100644 --- a/src/main/asciidoc/_chapters/configuration.adoc +++ b/src/main/asciidoc/_chapters/configuration.adoc @@ -58,12 +58,12 @@ _hbase-policy.xml_:: _hbase-site.xml_:: The main HBase configuration file. 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 the [label]#HBase Configuration# tab of the HBase Web UI. -_log4j.properties_:: - Configuration file for HBase logging via `log4j`. +_log4j2.xml_:: + Configuration file for HBase logging via `log4j2`. _regionservers_:: A plain-text file containing a list of hosts which should run a RegionServer in your HBase cluster.