[ https://issues.apache.org/jira/browse/HBASE-29446?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=18004927#comment-18004927 ]
Hudson commented on HBASE-29446: -------------------------------- Results for branch branch-2.6 [build #337 on builds.a.o|https://ci-hbase.apache.org/job/HBase%20Nightly/job/branch-2.6/337/]: (x) *{color:red}-1 overall{color}* ---- details (if available): (/) {color:green}+1 general checks{color} -- For more information [see general report|https://ci-hbase.apache.org/job/HBase%20Nightly/job/branch-2.6/337/General_20Nightly_20Build_20Report/] (/) {color:green}+1 jdk8 hadoop2 checks{color} -- For more information [see jdk8 (hadoop2) report|https://ci-hbase.apache.org/job/HBase%20Nightly/job/branch-2.6/337/JDK8_20Nightly_20Build_20Report_20_28Hadoop2_29/] (x) {color:red}-1 jdk8 hadoop3 checks{color} -- For more information [see jdk8 (hadoop3) report|https://ci-hbase.apache.org/job/HBase%20Nightly/job/branch-2.6/337/JDK8_20Nightly_20Build_20Report_20_28Hadoop3_29/] (/) {color:green}+1 jdk11 hadoop3 checks{color} -- For more information [see jdk11 report|https://ci-hbase.apache.org/job/HBase%20Nightly/job/branch-2.6/337/JDK11_20Nightly_20Build_20Report_20_28Hadoop3_29/] (/) {color:green}+1 jdk17 hadoop3 checks{color} -- For more information [see jdk17 report|https://ci-hbase.apache.org/job/HBase%20Nightly/job/branch-2.6/337/JDK17_20Nightly_20Build_20Report_20_28Hadoop3_29/] (/) {color:green}+1 jdk17 hadoop 3.3.5 backward compatibility checks{color} -- For more information [see jdk17 report|https://ci-hbase.apache.org/job/HBase%20Nightly/job/branch-2.6/337/JDK17_20Nightly_20Build_20Report_20_28Hadoop3_29/] (/) {color:green}+1 jdk17 hadoop 3.3.6 backward compatibility checks{color} -- For more information [see jdk17 report|https://ci-hbase.apache.org/job/HBase%20Nightly/job/branch-2.6/337/JDK17_20Nightly_20Build_20Report_20_28Hadoop3_29/] (/) {color:green}+1 jdk17 hadoop 3.4.0 backward compatibility checks{color} -- For more information [see jdk17 report|https://ci-hbase.apache.org/job/HBase%20Nightly/job/branch-2.6/337/JDK17_20Nightly_20Build_20Report_20_28Hadoop3_29/] (x) {color:red}-1 source release artifact{color} -- Something went wrong with this stage, [check relevant console output|https://ci-hbase.apache.org/job/HBase%20Nightly/job/branch-2.6/337//console]. (x) {color:red}-1 client integration test{color} -- Something went wrong with this stage, [check relevant console output|https://ci-hbase.apache.org/job/HBase%20Nightly/job/branch-2.6/337//console]. > 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: 2.7.0, 3.0.0-beta-2, 2.6.3, 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 > │ ├── 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)