HBASE-23106 WAL tools doc cleanup; talk of WAL Reader/Verifier; link WALPlayer

This commit is contained in:
stack 2019-10-04 16:57:16 -07:00
parent 2144690fb8
commit 1366c4d393
1 changed files with 9 additions and 0 deletions

View File

@ -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:
----