diff --git a/src/main/asciidoc/_chapters/ops_mgt.adoc b/src/main/asciidoc/_chapters/ops_mgt.adoc index 5e967a2cc9a..4b656f4a723 100644 --- a/src/main/asciidoc/_chapters/ops_mgt.adoc +++ b/src/main/asciidoc/_chapters/ops_mgt.adoc @@ -421,6 +421,8 @@ This will generate `HBCK2` usage describing commands and options. See <>. === WAL Tools +For bulk replaying WAL files or _recovered.edits_ files, see +<>. For reading/verifying individual files, read on. [[hlog_tool]] ==== FSHLog tool @@ -879,6 +881,13 @@ The output can optionally be mapped to another set of tables. WALPlayer can also generate HFiles for later bulk importing, in that case only a single table and no mapping can be specified. +.WALPrettyPrinter/FSHLog Tool +[NOTE] +==== +To read or verify single WAL files or _recovered.edits_ files, since they share the WAL format, +see <<_wal_tools>>. +==== + Invoke via: ----