HBASE-26257 Improve Performance of HBCK when specifying a subset of tables (#92)

On clusters with a large number of tables, listing all table directories
from the filesystem can take a lot of time (especially on S3).
We should avoid listing all the tables if we pass in a subset of the tables

Signed-off-by: Stephen Wu <taklonwu@gmail.com>
1 file changed
tree: f2a45c55e0f9a0db37176f0a03b944e9016ca024
  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.