Alexey Serbin has submitted this change and it was merged. ( http://gerrit.cloudera.org:8080/18446 )
Change subject: [tools] Add '--create_table_replication_factor' flag for 'kudu table copy' ...................................................................... [tools] Add '--create_table_replication_factor' flag for 'kudu table copy' Now it's possible to specify the replication factor for the destination table when copying a table. Some usage scenarios, copy a table with RF=3 from a cluster with multiple tservers to a cluster with only one tserver, we can set --create_table_replication_factor=1. Change-Id: I9a4eebdcf85b5ec3666e023194b8c06d66b0a683 Reviewed-on: http://gerrit.cloudera.org:8080/18446 Tested-by: Kudu Jenkins Reviewed-by: Alexey Serbin <[email protected]> --- M src/kudu/tools/kudu-tool-test.cc M src/kudu/tools/table_scanner.cc M src/kudu/tools/tool_action_table.cc 3 files changed, 62 insertions(+), 12 deletions(-) Approvals: Kudu Jenkins: Verified Alexey Serbin: Looks good to me, approved -- To view, visit http://gerrit.cloudera.org:8080/18446 To unsubscribe, visit http://gerrit.cloudera.org:8080/settings Gerrit-Project: kudu Gerrit-Branch: master Gerrit-MessageType: merged Gerrit-Change-Id: I9a4eebdcf85b5ec3666e023194b8c06d66b0a683 Gerrit-Change-Number: 18446 Gerrit-PatchSet: 5 Gerrit-Owner: Yingchun Lai <[email protected]> Gerrit-Reviewer: Alexey Serbin <[email protected]> Gerrit-Reviewer: Kudu Jenkins (120) Gerrit-Reviewer: Yingchun Lai <[email protected]>
