Yingchun Lai has uploaded this change for review. ( http://gerrit.cloudera.org:8080/12563
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. Change-Id: Ifdec51701ac9ec57739b1a6f7c18786294642a54 --- M src/kudu/client/schema.cc M src/kudu/client/schema.h 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 12 files changed, 925 insertions(+), 43 deletions(-) git pull ssh://gerrit.cloudera.org:29418/kudu refs/changes/63/12563/1 -- 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: newchange Gerrit-Change-Id: Ifdec51701ac9ec57739b1a6f7c18786294642a54 Gerrit-Change-Number: 12563 Gerrit-PatchSet: 1 Gerrit-Owner: Yingchun Lai <[email protected]>
