You are viewing a plain text version of this content. The canonical link for it is here.
Posted to reviews@kudu.apache.org by "helifu (Code Review)" <ge...@cloudera.org> on 2018/09/03 04:27:05 UTC

[kudu-CR] KUDU-2529 add a "-tables=" flag to the "kudu table list".

Hello Kudu Jenkins, Adar Dembo, 

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

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

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

Change subject: KUDU-2529 add a "-tables=<tables>" flag to the "kudu table list".
......................................................................

KUDU-2529 add a "-tables=<tables>" flag to the "kudu table list".

Change-Id: I23006a3f3e4f157e6c6c10968b8692e89892d1ce

KUDU-2529: Add a "-tables=<tables>" flag to the "kudu table list".

"-tables=<tables>" flag can help to filter the tables that you want
  while running "kudu table list <master> -list_tables".

Change-Id: I23006a3f3e4f157e6c6c10968b8692e89892d1ce
---
M src/kudu/tools/ksck.cc
M src/kudu/tools/kudu-tool-test.cc
M src/kudu/tools/tool_action_cluster.cc
M src/kudu/tools/tool_action_common.cc
M src/kudu/tools/tool_action_common.h
M src/kudu/tools/tool_action_table.cc
6 files changed, 164 insertions(+), 19 deletions(-)


  git pull ssh://gerrit.cloudera.org:29418/kudu refs/changes/60/11360/3
-- 
To view, visit http://gerrit.cloudera.org:8080/11360
To unsubscribe, visit http://gerrit.cloudera.org:8080/settings

Gerrit-Project: kudu
Gerrit-Branch: master
Gerrit-MessageType: newpatchset
Gerrit-Change-Id: I23006a3f3e4f157e6c6c10968b8692e89892d1ce
Gerrit-Change-Number: 11360
Gerrit-PatchSet: 3
Gerrit-Owner: helifu <hz...@corp.netease.com>
Gerrit-Reviewer: Adar Dembo <ad...@cloudera.com>
Gerrit-Reviewer: Kudu Jenkins