forked from apache/kudu
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
tools: add a tool to summarize data size on a tablet or tablets
This adds 'kudu local_replica data_size <tablet glob>' which lists the space usage of a tablet, grouped by type of file, column, rowset, etc. This would be even more useful in an online context, but it's simpler to implement offline and still useful for understanding space usage. Change-Id: Ibf0237f9d01f4ec332d1df545d2c2f51f64ce012 Reviewed-on: http://gerrit.cloudera.org:8080/5727 Reviewed-by: Adar Dembo <[email protected]> Tested-by: Kudu Jenkins
- Loading branch information
1 parent
96ad3b0
commit c19b8f4
Showing
2 changed files
with
191 additions
and
2 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters