ndimiduk opened a new pull request #4178:
URL: https://github.com/apache/hbase/pull/4178


   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
   


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]


Reply via email to