Skip to content

Commit accfceb

Browse files
authored
HBASE-25833 fix HBase Configuration File Descriptions (#3216)
Signed-off-by: Duo Zhang <zhangduo@apache.org>
1 parent 5d42f58 commit accfceb

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

src/main/asciidoc/_chapters/configuration.adoc

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -58,12 +58,12 @@ _hbase-policy.xml_::
5858
_hbase-site.xml_::
5959
The main HBase configuration file.
6060
This file specifies configuration options which override HBase's default configuration.
61-
You can view (but do not edit) the default configuration file at _docs/hbase-default.xml_.
61+
You can view (but do not edit) the default configuration file at _hbase-common/src/main/resources/hbase-default.xml_.
6262
You can also view the entire effective configuration for your cluster (defaults and overrides) in
6363
the [label]#HBase Configuration# tab of the HBase Web UI.
6464
65-
_log4j.properties_::
66-
Configuration file for HBase logging via `log4j`.
65+
_log4j2.xml_::
66+
Configuration file for HBase logging via `log4j2`.
6767
6868
_regionservers_::
6969
A plain-text file containing a list of hosts which should run a RegionServer in your HBase cluster.

0 commit comments

Comments
 (0)