You are viewing a plain text version of this content. The canonical link for it is here.
Posted to reviews@kudu.apache.org by "KeDeng (Code Review)" <ge...@cloudera.org> on 2022/08/12 07:49:08 UTC

[kudu-CR] [tool] Add output format for 'table list' CLI tool.

Hello Alexey Serbin, Kudu Jenkins, 

I'd like you to reexamine a change. Please visit

    http://gerrit.cloudera.org:8080/18834

to look at the new patch set (#2).

Change subject: [tool] Add output format for 'table list' CLI tool.
......................................................................

[tool] Add output format for 'table 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.h
M src/kudu/tools/tool_action_table.cc
4 files changed, 284 insertions(+), 46 deletions(-)


  git pull ssh://gerrit.cloudera.org:29418/kudu refs/changes/34/18834/2
-- 
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: newpatchset
Gerrit-Change-Id: I3aaec73e18872fc93646e9c0ea675b578b0702f0
Gerrit-Change-Number: 18834
Gerrit-PatchSet: 2
Gerrit-Owner: KeDeng <kd...@gmail.com>
Gerrit-Reviewer: Alexey Serbin <al...@apache.org>
Gerrit-Reviewer: Kudu Jenkins (120)