Abhishek Chennaka has uploaded this change for review. ( http://gerrit.cloudera.org:8080/18712
Change subject: [WIP] KUDU-2671 Make WebUI compatible with custom hash schema ...................................................................... [WIP] KUDU-2671 Make WebUI compatible with custom hash schema This patch updates the /table?id=<table_id> page in the Kudu master WebUI to show custom hash schemas in the sections of 1. Partition Schema The custom hash schema if present for a particular range is displayed right beside the range schema. Different dimensions of the hash schema are comma separated 2. Detail There is a new column to identify if a particular partition has custom or table wide hash schema. Every hash bucket is displayed with its corresponding hash schema. The Kudu tablet server WebUI's pages /tablets and /tablet?id=<tablet_id> are also updated to reflect the custom hash schema or table wide hash schema accordingly This is yet to be tested thoroughly. But below are the screenshots of the WebUI after the changes Master WebUI: https://i.imgur.com/Nw4GmtI.png Tablet server WebUI: https://i.imgur.com/bpGHFs4.png https://i.imgur.com/obJ8JSf.png Change-Id: Ic8b8d90f70c39f13b838e858c870e08dacbdfcd3 --- M src/kudu/common/partition.cc M src/kudu/common/partition.h M src/kudu/master/master_path_handlers.cc 3 files changed, 123 insertions(+), 12 deletions(-) git pull ssh://gerrit.cloudera.org:29418/kudu refs/changes/12/18712/1 -- To view, visit http://gerrit.cloudera.org:8080/18712 To unsubscribe, visit http://gerrit.cloudera.org:8080/settings Gerrit-Project: kudu Gerrit-Branch: master Gerrit-MessageType: newchange Gerrit-Change-Id: Ic8b8d90f70c39f13b838e858c870e08dacbdfcd3 Gerrit-Change-Number: 18712 Gerrit-PatchSet: 1 Gerrit-Owner: Abhishek Chennaka <[email protected]>
