Andrew Wong has submitted this change and it was merged. ( http://gerrit.cloudera.org:8080/14292 )
Change subject: [tools] Add get table statistics for CLI tools ...................................................................... [tools] Add get table statistics for CLI tools Running "statistics" in CLI tools will get the table statistics. Sample output: $ kudu table statistics 127.0.0.1:7051 usertable TABLE usertable on disk size: 621238168 live row count: 146183 Change-Id: Ie946a29ca5731ef72270d4ef870dd5919edaf869 Reviewed-on: http://gerrit.cloudera.org:8080/14292 Reviewed-by: Adar Dembo <[email protected]> Tested-by: Andrew Wong <[email protected]> --- M src/kudu/client/client.cc M src/kudu/client/client.h M src/kudu/client/table_statistics-internal.h M src/kudu/tools/kudu-admin-test.cc M src/kudu/tools/kudu-tool-test.cc M src/kudu/tools/tool_action_table.cc 6 files changed, 71 insertions(+), 5 deletions(-) Approvals: Adar Dembo: Looks good to me, approved Andrew Wong: Verified -- To view, visit http://gerrit.cloudera.org:8080/14292 To unsubscribe, visit http://gerrit.cloudera.org:8080/settings Gerrit-Project: kudu Gerrit-Branch: master Gerrit-MessageType: merged Gerrit-Change-Id: Ie946a29ca5731ef72270d4ef870dd5919edaf869 Gerrit-Change-Number: 14292 Gerrit-PatchSet: 4 Gerrit-Owner: ZhangYao <[email protected]> Gerrit-Reviewer: Adar Dembo <[email protected]> Gerrit-Reviewer: Andrew Wong <[email protected]> Gerrit-Reviewer: Kudu Jenkins (120) Gerrit-Reviewer: ZhangYao <[email protected]>
