From 1366c4d3937d77041bc6cc11bb0084facca0fb4b Mon Sep 17 00:00:00 2001 From: stack Date: Fri, 4 Oct 2019 16:57:16 -0700 Subject: [PATCH] HBASE-23106 WAL tools doc cleanup; talk of WAL Reader/Verifier; link WALPlayer --- src/main/asciidoc/_chapters/ops_mgt.adoc | 9 +++++++++ 1 file changed, 9 insertions(+) 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: ----