[
https://issues.apache.org/jira/browse/HBASE-29446?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Dávid Paksy updated HBASE-29446:
--------------------------------
Fix Version/s: 4.0.0-alpha-1
2.7.0
3.0.0-beta-2
2.5.12
> Web UI styling is broken in HBase 2.6.3RC1 hadoop2 bin 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
> Labels: pull-request-available
> Fix For: 4.0.0-alpha-1, 2.7.0, 3.0.0-beta-2, 2.5.12
>
> 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
> │ ├── [email protected]
> │ ├── [email protected]
> │ └── [email protected]
> └── 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)