Skip to content

Commit e6b7a46

Browse files
author
Ryan
committed
[HBASE-26738] Correct description of WAL directory in doc
1 parent e848d3b commit e6b7a46

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/main/asciidoc/_chapters/architecture.adoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1180,7 +1180,7 @@ In 0.94, HLog was the name of the implementation of the WAL.
11801180
You will likely find references to the HLog in documentation tailored to these older versions.
11811181
====
11821182

1183-
The WAL resides in HDFS in the _/hbase/WALs/_ directory, with subdirectories per region.
1183+
The WAL resides in HDFS in the _/hbase/WALs/_ directory, with subdirectories per RegionServer.
11841184

11851185
For more general information about the concept of write ahead logs, see the Wikipedia
11861186
link:http://en.wikipedia.org/wiki/Write-ahead_logging[Write-Ahead Log] article.

0 commit comments

Comments
 (0)