This is an automated email from the ASF dual-hosted git repository.

zhangduo pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/hbase.git


The following commit(s) were added to refs/heads/master by this push:
     new accfceb  HBASE-25833 fix HBase Configuration File Descriptions (#3216)
accfceb is described below

commit accfcebd45ba71ff5d2f88e9567285ffe338c312
Author: Che Xun <[email protected]>
AuthorDate: Sun May 2 21:02:51 2021 +0800

    HBASE-25833 fix HBase Configuration File Descriptions (#3216)
    
    Signed-off-by: Duo Zhang <[email protected]>
---
 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 e222dde..e080a73 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.

Reply via email to