Alexey Serbin has submitted this change and it was merged. (
http://gerrit.cloudera.org:8080/18814 )
Change subject: KUDU-2671 range-specific hash schemas for 'kudu table
add_range_partition'
......................................................................
KUDU-2671 range-specific hash schemas for 'kudu table add_range_partition'
This patch adds support for range-specific hash schemas into the
'kudu table add_range_partition' CLI tool. This patch also contains
a test scenario to cover the newly introduced functionality.
An example of usage:
kudu table add_range_partition $KUDU_MASTER my_table [0] [1] \
--hash_schema='{"hash_schema": [{"columns": ["c"], "num_buckets": 5}]}'
Change-Id: I3832312b6ebfb397bb3083931f6d53039afc5e9b
Reviewed-on: http://gerrit.cloudera.org:8080/18814
Reviewed-by: Abhishek Chennaka <[email protected]>
Reviewed-by: Mahesh Reddy <[email protected]>
Tested-by: Alexey Serbin <[email protected]>
Reviewed-by: Attila Bukor <[email protected]>
---
M src/kudu/tools/kudu-admin-test.cc
M src/kudu/tools/tool.proto
M src/kudu/tools/tool_action_table.cc
3 files changed, 210 insertions(+), 9 deletions(-)
Approvals:
Abhishek Chennaka: Looks good to me, but someone else must approve
Mahesh Reddy: Looks good to me, but someone else must approve
Alexey Serbin: Verified
Attila Bukor: Looks good to me, approved
--
To view, visit http://gerrit.cloudera.org:8080/18814
To unsubscribe, visit http://gerrit.cloudera.org:8080/settings
Gerrit-Project: kudu
Gerrit-Branch: master
Gerrit-MessageType: merged
Gerrit-Change-Id: I3832312b6ebfb397bb3083931f6d53039afc5e9b
Gerrit-Change-Number: 18814
Gerrit-PatchSet: 3
Gerrit-Owner: Alexey Serbin <[email protected]>
Gerrit-Reviewer: Abhishek Chennaka <[email protected]>
Gerrit-Reviewer: Alexey Serbin <[email protected]>
Gerrit-Reviewer: Attila Bukor <[email protected]>
Gerrit-Reviewer: Kudu Jenkins (120)
Gerrit-Reviewer: Mahesh Reddy <[email protected]>
Gerrit-Reviewer: Tidy Bot (241)
Gerrit-Reviewer: Yingchun Lai <[email protected]>