Alexey Serbin has submitted this change and it was merged. ( http://gerrit.cloudera.org:8080/18604 )
Change subject: [Tools] Support to config hash bucket numbers when copy a table ...................................................................... [Tools] Support to config hash bucket numbers when copy a table When copying a table to another table, we can create the table with the same schema. But we can not configure the number of hash bucket in the new table. Why we need to config hash bucket number? The old table might be configured with small number of hash buckets, but contained a lot of data in it. When copying the table to new cluster, we want to add more hash buckets to store. And there isn't a way to change the number of hash buckets in the partition schema of an already existing table. Change-Id: I1cec38e5ea09c66bfed20622b85033602da60d41 Reviewed-on: http://gerrit.cloudera.org:8080/18604 Tested-by: Alexey Serbin <[email protected]> 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, 155 insertions(+), 9 deletions(-) Approvals: Alexey Serbin: Looks good to me, approved; Verified -- To view, visit http://gerrit.cloudera.org:8080/18604 To unsubscribe, visit http://gerrit.cloudera.org:8080/settings Gerrit-Project: kudu Gerrit-Branch: master Gerrit-MessageType: merged Gerrit-Change-Id: I1cec38e5ea09c66bfed20622b85033602da60d41 Gerrit-Change-Number: 18604 Gerrit-PatchSet: 14 Gerrit-Owner: Wang Xixu <[email protected]> Gerrit-Reviewer: Alexey Serbin <[email protected]> Gerrit-Reviewer: Kudu Jenkins (120) Gerrit-Reviewer: Wang Xixu <[email protected]> Gerrit-Reviewer: Yingchun Lai <[email protected]>
