You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@hbase.apache.org by "Sean Busbey (JIRA)" <ji...@apache.org> on 2017/09/06 13:27:00 UTC

[jira] [Commented] (HBASE-18707) Rest server's web UI doesn't contain bootstrap files

    [ https://issues.apache.org/jira/browse/HBASE-18707?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16155323#comment-16155323 ] 

Sean Busbey commented on HBASE-18707:
-------------------------------------

Since this change causes the hbase-rest server to bundle bootstrap files, we need to update the pom to indicate the need for LICENSE / NOTICE changes relate to it. See hbase-server as an example (I just pulled out the whole properties section, we don't need all of this, I think):

{code}
  <properties>
    <test.build.webapps>target/test-classes/webapps</test.build.webapps>
    <license.bundles.logo>true</license.bundles.logo>
    <license.bundles.bootstrap>true</license.bundles.bootstrap>
    <license.bundles.jquery>true</license.bundles.jquery>
  </properties>
{code}

Please check the {{META-INF/LICENSE}} and {{META-INF/NOTICE}} files in the generated jar file for the {{hbase-rest}} module to make sure it has the needed entries for the files that get added here.

> Rest server's web UI doesn't contain bootstrap files
> ----------------------------------------------------
>
>                 Key: HBASE-18707
>                 URL: https://issues.apache.org/jira/browse/HBASE-18707
>             Project: HBase
>          Issue Type: Improvement
>          Components: REST
>    Affects Versions: 2.0.0
>            Reporter: Tamas Penzes
>            Assignee: Tamas Penzes
>         Attachments: HBASE-18707.master.001.patch
>
>
> CSS, JS and font files are totally missing from the webapp of the rest module



--
This message was sent by Atlassian JIRA
(v6.4.14#64029)