You are viewing a plain text version of this content. The canonical link for it is here.
Posted to reviews@kudu.apache.org by "Yingchun Lai (Code Review)" <ge...@cloudera.org> on 2019/03/11 10:01:22 UTC

[kudu-CR] [tools] Add tool to copy table data to another table

Hello Kudu Jenkins, Adar Dembo, Todd Lipcon, 

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

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

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

Change subject: [tools] Add tool to copy table data to another table
......................................................................

[tools] Add tool to copy table data to another table

Copy table data to another table, the two tables could be in the same
cluster or not. The two tables must have the same table schema, but
could have different partition schemas. And also it's able to create
new table with the same table schema and partition schema with the
source table by this tool.

It's useful to use this tool to copy small tables, or just copy table
schemas in a convenient way, and it's recommend to use Java client's
Backup/Restore features to copy large tables.

Change-Id: Ifdec51701ac9ec57739b1a6f7c18786294642a54
---
M src/kudu/client/schema.cc
M src/kudu/common/partition.h
M src/kudu/common/schema.cc
M src/kudu/common/schema.h
M src/kudu/integration-tests/test_workload.cc
M src/kudu/tools/data_gen_util.cc
M src/kudu/tools/kudu-admin-test.cc
M src/kudu/tools/kudu-tool-test.cc
M src/kudu/tools/table_scanner.cc
M src/kudu/tools/table_scanner.h
M src/kudu/tools/tool_action_table.cc
11 files changed, 909 insertions(+), 46 deletions(-)


  git pull ssh://gerrit.cloudera.org:29418/kudu refs/changes/63/12563/4
-- 
To view, visit http://gerrit.cloudera.org:8080/12563
To unsubscribe, visit http://gerrit.cloudera.org:8080/settings

Gerrit-Project: kudu
Gerrit-Branch: master
Gerrit-MessageType: newpatchset
Gerrit-Change-Id: Ifdec51701ac9ec57739b1a6f7c18786294642a54
Gerrit-Change-Number: 12563
Gerrit-PatchSet: 4
Gerrit-Owner: Yingchun Lai <40...@qq.com>
Gerrit-Reviewer: Adar Dembo <ad...@cloudera.com>
Gerrit-Reviewer: Kudu Jenkins (120)
Gerrit-Reviewer: Todd Lipcon <to...@apache.org>
Gerrit-Reviewer: Yingchun Lai <40...@qq.com>