[
https://issues.apache.org/jira/browse/HBASE-25896?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17355777#comment-17355777
]
Sean Busbey commented on HBASE-25896:
-------------------------------------
For the hbase-server module, we rely on a templating language to build those
specific LICENSE/NOTICE files. The source for it is in hbase-resource-bundle.
JQuery is around here:
* [Setting the status of jquery based on a
property|https://github.com/apache/hbase/blob/master/hbase-resource-bundle/src/main/resources/META-INF/LICENSE.vm#L224]
* [Defining a macro with the needed
text|https://github.com/apache/hbase/blob/master/hbase-resource-bundle/src/main/resources/META-INF/LICENSE.vm#L236]
* [Adding that jquery license to the hbase-module text
specifically|https://github.com/apache/hbase/blob/master/hbase-resource-bundle/src/main/resources/META-INF/LICENSE.vm#L597]
Properties for the module are set to determine if the section is needed, e.g.:
https://github.com/apache/hbase/blob/master/hbase-server/pom.xml#L36
> Implement a Region Visualization on Master WebUI
> ------------------------------------------------
>
> Key: HBASE-25896
> URL: https://issues.apache.org/jira/browse/HBASE-25896
> Project: HBase
> Issue Type: Sub-task
> Reporter: Nick Dimiduk
> Assignee: Nick Dimiduk
> Priority: Major
>
> Demonstrate end-to-end delivery of an interesting visualization.
--
This message was sent by Atlassian Jira
(v8.3.4#803005)