Assuming a valid hbase-site.xml exists, we can use it to find the HBase parent directory in HDFS and then perform directory analysis on it.
Some early possibilities if we are smart about the analysis:
- Determine number of Tables / Regions serviced in HDFS.
- Sorting tables by diskspace and file count.
Assuming a valid hbase-site.xml exists, we can use it to find the HBase parent directory in HDFS and then perform directory analysis on it.
Some early possibilities if we are smart about the analysis: