Alexey Serbin has uploaded this change for review. (
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]
--range_hash_schema='{"hash_schema": [{"columns": ["key"], "num_buckets": 5,
"seed": 8}]}'
Change-Id: I3832312b6ebfb397bb3083931f6d53039afc5e9b
---
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(-)
git pull ssh://gerrit.cloudera.org:29418/kudu refs/changes/14/18814/1
--
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: newchange
Gerrit-Change-Id: I3832312b6ebfb397bb3083931f6d53039afc5e9b
Gerrit-Change-Number: 18814
Gerrit-PatchSet: 1
Gerrit-Owner: Alexey Serbin <[email protected]>