KeDeng has uploaded this change for review. ( http://gerrit.cloudera.org:8080/18834
Change subject: [tool] Add output format for tabele list cli tool. ...................................................................... [tool] Add output format for tabele list cli tool. The output format could be one of 'json', 'json_compact' or 'table'. The Default format is 'table'. With this patch, we can get the table info more convenient in the scenario of large-scale cluster. The command with 'list_table_output' looks like: `kudu table list --list_table_output=<table|json|json_compact> <table_name> <master_addresses> [-negotiation_timeout_ms=<ms>] [-timeout_ms=<ms>]` Change-Id: I3aaec73e18872fc93646e9c0ea675b578b0702f0 --- M src/kudu/tools/kudu-admin-test.cc M src/kudu/tools/tool.proto M src/kudu/tools/tool_action_table.cc M src/kudu/tools/tool_test_util.h 4 files changed, 270 insertions(+), 46 deletions(-) git pull ssh://gerrit.cloudera.org:29418/kudu refs/changes/34/18834/1 -- To view, visit http://gerrit.cloudera.org:8080/18834 To unsubscribe, visit http://gerrit.cloudera.org:8080/settings Gerrit-Project: kudu Gerrit-Branch: master Gerrit-MessageType: newchange Gerrit-Change-Id: I3aaec73e18872fc93646e9c0ea675b578b0702f0 Gerrit-Change-Number: 18834 Gerrit-PatchSet: 1 Gerrit-Owner: KeDeng <[email protected]>
