HBASE-27980 Sync the hbck2 README page and hbck2 command help output (#134)

- Sync the readme and help output, both ways and finally paste help output in readme file
- Fix errors and formatting issues, here and there
- Fix ordering of new commands in code, as we follow alphabetical ordering of commands
- Also syncing readme with help output, exposes new commands like `recoverUnknown` and `regionInfoMismatch` in the README.md

Signed-off-by: Peter Somogyi <psomogyi@apache.org>
2 files changed
tree: 9993653edd68140e0d4ceb060a63e8b6b538bc38
  1. build-support/
  2. dev-support/
  3. hbase-hbck2/
  4. hbase-operator-tools-assembly/
  5. hbase-table-reporter/
  6. hbase-tools/
  7. .asf.yaml
  8. .gitignore
  9. CHANGES.md
  10. LICENSE.txt
  11. NOTICE.txt
  12. pom.xml
  13. README.md
  14. RELEASENOTES.md
README.md

hbase-operator-tools

Host for Apache HBaseâ„¢ operator tools including:

  • HBCK2, the hbase-2.x fix-it tool, the successor to hbase-1's hbck (A.K.A hbck1).
  • TableReporter, a tool to generate a basic report on Table column counts and row sizes; use when no distributed execution available.