You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@hbase.apache.org by st...@apache.org on 2019/10/07 04:11:24 UTC

[hbase] branch master updated: HBASE-23106 WAL tools doc cleanup; talk of WAL Reader/Verifier; link WALPlayer

This is an automated email from the ASF dual-hosted git repository.

stack pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/hbase.git


The following commit(s) were added to refs/heads/master by this push:
     new 1366c4d  HBASE-23106 WAL tools doc cleanup; talk of WAL Reader/Verifier; link WALPlayer
1366c4d is described below

commit 1366c4d3937d77041bc6cc11bb0084facca0fb4b
Author: stack <st...@apache.org>
AuthorDate: Fri Oct 4 16:57:16 2019 -0700

    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 5e967a2..4b656f4 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 <<hfile_tool>>.
 
 === WAL Tools
+For bulk replaying WAL files or _recovered.edits_ files, see
+<<walplayer>>. 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:
 
 ----