hbase/hbase-shaded
Nick Dimiduk ba2599f73a HBASE-25896 Implement a Region Visualization on Master WebUI (#4228)
This is a demonstration of visualization of regions on the cluster. The visualization is a stacked
bar chart showing total storefile size per table per region server, with the x-axis being server
names, the y-axis being storfile size, and the bars stacked per table. The visualization is
generated entirely on the fly from within the browser, implemented using Vega Lite. So far, Vega
appears to handle rendering this visualization for a cluster of over 700 region servers with
approximately 300,000 regions.

Per [0], include an update to the top-level LICENSE.txt. Also update LICENSE files in all binary
distributions (i.e., jars), by way of LICENSE.vm. Vega uses a BSD 3-clause variant without
advertising clause, and as such is a "Category A" license, per [1].

No changes are made to the NOTICE files, as per the existing example of bundling the minified
JQuery, which is also a Category A license.

[0]: https://infra.apache.org/licensing-howto.html
[1]: https://www.apache.org/legal/resolved.html#category-a

Signed-off-by: Andrew Purtell <apurtell@apache.org>
2022-03-15 21:17:54 +01:00
..
hbase-shaded-check-invariants HBASE-26802 Backport the log4j2 changes to branch-2 (#4166) 2022-03-11 11:38:37 -08:00
hbase-shaded-client HBASE-26802 Backport the log4j2 changes to branch-2 (#4166) 2022-03-11 11:38:37 -08:00
hbase-shaded-client-byo-hadoop HBASE-26802 Backport the log4j2 changes to branch-2 (#4166) 2022-03-11 11:38:37 -08:00
hbase-shaded-mapreduce HBASE-26802 Backport the log4j2 changes to branch-2 (#4166) 2022-03-11 11:38:37 -08:00
hbase-shaded-testing-util HBASE-26802 Backport the log4j2 changes to branch-2 (#4166) 2022-03-11 11:38:37 -08:00
hbase-shaded-testing-util-tester HBASE-26802 Backport the log4j2 changes to branch-2 (#4166) 2022-03-11 11:38:37 -08:00
hbase-shaded-with-hadoop-check-invariants HBASE-26802 Backport the log4j2 changes to branch-2 (#4166) 2022-03-11 11:38:37 -08:00
pom.xml HBASE-25896 Implement a Region Visualization on Master WebUI (#4228) 2022-03-15 21:17:54 +01:00