PDavid commented on PR #7143: URL: https://github.com/apache/hbase/pull/7143#issuecomment-3052582426
Tested this with starting in standalone mode from source: `$ mvn clean install -DskipTests && bin/start-hbase.sh` Then built hadoop2 release bin: `$ mvn clean install -DskipTests -Prelease && mvn install -DskipTests site assembly:single -Prelease` Verified that JS and CSS files are in static directory: ``` $ tar --list -vf ./hbase-assembly/target/hbase-2.7.0-SNAPSHOT-bin.tar.gz | grep 'hbase-webapps/static' drwxr-xr-x root/root 0 2020-01-22 16:10 hbase-2.7.0-SNAPSHOT/hbase-webapps/static/ drwxr-xr-x root/root 0 2020-01-22 16:10 hbase-2.7.0-SNAPSHOT/hbase-webapps/static/css/ drwxr-xr-x root/root 0 2020-01-22 16:10 hbase-2.7.0-SNAPSHOT/hbase-webapps/static/js/ -rw-r--r-- root/root 54 2020-01-22 16:10 hbase-2.7.0-SNAPSHOT/hbase-webapps/static/css/asc.gif -rw-r--r-- root/root 64 2020-01-22 16:10 hbase-2.7.0-SNAPSHOT/hbase-webapps/static/css/bg.gif -rw-r--r-- root/root 232803 2020-01-22 16:10 hbase-2.7.0-SNAPSHOT/hbase-webapps/static/css/bootstrap.min.css -rw-r--r-- root/root 54 2020-01-22 16:10 hbase-2.7.0-SNAPSHOT/hbase-webapps/static/css/desc.gif -rw-r--r-- root/root 3938 2020-01-22 16:10 hbase-2.7.0-SNAPSHOT/hbase-webapps/static/css/hbase.css -rw-r--r-- root/root 1150 2020-01-22 16:10 hbase-2.7.0-SNAPSHOT/hbase-webapps/static/favicon.ico -rw-r--r-- root/root 2997 2020-01-22 16:10 hbase-2.7.0-SNAPSHOT/hbase-webapps/static/hbase_logo.png -rw-r--r-- root/root 3592 2020-01-22 16:10 hbase-2.7.0-SNAPSHOT/hbase-webapps/static/hbase_logo_med.gif -rw-r--r-- root/root 3206 2020-01-22 16:10 hbase-2.7.0-SNAPSHOT/hbase-webapps/static/hbase_logo_small.png -rw-r--r-- root/root 80721 2020-01-22 16:10 hbase-2.7.0-SNAPSHOT/hbase-webapps/static/js/bootstrap.bundle.min.js -rw-r--r-- root/root 7109 2020-01-22 16:10 hbase-2.7.0-SNAPSHOT/hbase-webapps/static/js/jqSpager.js -rw-r--r-- root/root 87533 2020-01-22 16:10 hbase-2.7.0-SNAPSHOT/hbase-webapps/static/js/jquery.min.js -rw-r--r-- root/root 44100 2020-01-22 16:10 hbase-2.7.0-SNAPSHOT/hbase-webapps/static/js/jquery.tablesorter.min.js -rw-r--r-- root/root 866 2020-01-22 16:10 hbase-2.7.0-SNAPSHOT/hbase-webapps/static/js/parser-date-iso8601.min.js -rw-r--r-- root/root 1621 2020-01-22 16:10 hbase-2.7.0-SNAPSHOT/hbase-webapps/static/js/tab.js -rw-r--r-- root/root 60630 2020-01-22 16:10 hbase-2.7.0-SNAPSHOT/hbase-webapps/static/js/vega-embed.min.js -rw-r--r-- root/root 252198 2020-01-22 16:10 hbase-2.7.0-SNAPSHOT/hbase-webapps/static/js/vega-lite.min.js -rw-r--r-- root/root 514986 2020-01-22 16:10 hbase-2.7.0-SNAPSHOT/hbase-webapps/static/js/vega.min.js -rw-r--r-- root/root 2401 2020-01-22 16:10 hbase-2.7.0-SNAPSHOT/hbase-webapps/static/jumping-orca_rotated_12percent.png ``` -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
