HBASE-26738 Correct description of WAL directory in doc (#4097)

Signed-off-by: Duo Zhang <zhangduo@apache.org>
This commit is contained in:
RyanT 2022-02-18 22:20:49 +08:00 committed by GitHub
parent 4829806220
commit 24124f7485
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -1180,7 +1180,7 @@ In 0.94, HLog was the name of the implementation of the WAL.
You will likely find references to the HLog in documentation tailored to these older versions.
====
The WAL resides in HDFS in the _/hbase/WALs/_ directory, with subdirectories per region.
The WAL resides in HDFS in the _/hbase/WALs/_ directory, with subdirectories per RegionServer.
For more general information about the concept of write ahead logs, see the Wikipedia
link:http://en.wikipedia.org/wiki/Write-ahead_logging[Write-Ahead Log] article.