File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
src/main/asciidoc/_chapters Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -58,12 +58,12 @@ _hbase-policy.xml_::
58
58
_hbase-site.xml_::
59
59
The main HBase configuration file.
60
60
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_.
62
62
You can also view the entire effective configuration for your cluster (defaults and overrides) in
63
63
the [label]#HBase Configuration# tab of the HBase Web UI.
64
64
65
- _log4j.properties_ ::
66
- Configuration file for HBase logging via `log4j `.
65
+ _log4j2.xml_ ::
66
+ Configuration file for HBase logging via `log4j2 `.
67
67
68
68
_regionservers_::
69
69
A plain-text file containing a list of hosts which should run a RegionServer in your HBase cluster.
You can’t perform that action at this time.
0 commit comments