Wang Xixu has uploaded this change for review. ( 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 copy a table to another cluster, we can create the same table in the destination cluster. But we can not config the number of hash bucket in the new table. Why we need to config hash bucket number? the old table may be configured with small number of hash buckets, but stored with large of data in it. When copy the old table to new cluster, we want to add more hash buckets to store large of data. And there no method to change the number of hash bucket when the table has already been created. Change-Id: I1cec38e5ea09c66bfed20622b85033602da60d41 --- 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, 20 insertions(+), 3 deletions(-) git pull ssh://gerrit.cloudera.org:29418/kudu refs/changes/04/18604/1 -- 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: newchange Gerrit-Change-Id: I1cec38e5ea09c66bfed20622b85033602da60d41 Gerrit-Change-Number: 18604 Gerrit-PatchSet: 1 Gerrit-Owner: Wang Xixu <[email protected]>
