[ https://issues.apache.org/jira/browse/HBASE-29446?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=18004085#comment-18004085 ]
Duo Zhang commented on HBASE-29446: ----------------------------------- So we are OK with hadoop3 profile but not OK with hadoop2 profile? Strange... > Web UI styling is broken in HBase 2.6.3RC1 release > -------------------------------------------------- > > Key: HBASE-29446 > URL: https://issues.apache.org/jira/browse/HBASE-29446 > Project: HBase > Issue Type: Bug > Components: UI > Affects Versions: 2.6.3 > Reporter: Dávid Paksy > Assignee: Dávid Paksy > Priority: Major > Attachments: image-2025-07-08-19-28-58-488.png > > > h3. Problem > In the latest 2.6.3RC1 released version, after extracting > {{hbase-2.6.3-bin.tar.gz}} the styling is broken on web UI: > !image-2025-07-08-19-28-58-488.png! > h3. Cause > The cause is that the bootstrap, jquery, vega, etc CSS and JS files are > completely missing from the hbase-webapps/static folder: > {noformat} > ~/Downloads/hbase-2.6.3 $ tree hbase-webapps/static > hbase-webapps/static > ├── css > │ ├── asc.gif > │ ├── bg.gif > │ ├── desc.gif > │ └── hbase.css > ├── favicon.ico > ├── hbase_logo_med.gif > ├── hbase_logo.png > ├── hbase_logo_small.png > ├── js > │ ├── jqSpager.js > │ └── tab.js > └── jumping-orca_rotated_12percent.png > 3 directories, 11 files > {noformat} > Comparing this to hbase-2.6.2-bin.tar.gz: > {noformat} > ~/Downloads/hbase-2.6.2 $ tree hbase-webapps/static > hbase-webapps/static > ├── css > │ ├── asc.gif > │ ├── bg.gif > │ ├── bootstrap.min.css > │ ├── bootstrap-theme.min.css > │ ├── desc.gif > │ └── hbase.css > ├── fonts > │ ├── glyphicons-halflings-regular.eot > │ ├── glyphicons-halflings-regular.svg > │ ├── glyphicons-halflings-regular.ttf > │ ├── glyphicons-halflings-regular.woff > │ └── glyphicons-halflings-regular.woff2 > ├── hbase_logo_med.gif > ├── hbase_logo.png > ├── hbase_logo_small.png > ├── js > │ ├── bootstrap.min.js > │ ├── jqSpager.js > │ ├── jquery.min.js > │ ├── jquery.tablesorter.min.js > │ ├── parser-date-iso8601.min.js > │ ├── tab.js > │ ├── v...@5.24.0.min.js > │ ├── vega-em...@6.21.3.min.js > │ └── vega-l...@5.6.1.min.js > └── jumping-orca_rotated_12percent.png > 4 directories, 24 files > {noformat} > h3. Additional information > This is most probably caused by > https://issues.apache.org/jira/browse/HBASE-27802 > This only affects the {{hbase-2.6.3-bin.tar.gz}} "release" version. > Cannot reproduce it when starting HBase in dev mode (from source). > Also cannot reproduce this with {{hbase-2.6.3-hadoop3-bin.tar.gz}}. -- This message was sent by Atlassian Jira (v8.20.10#820010)