Uh oh!
There was an error while loading. Please reload this page.
HBASE-28983 Static resources are not loaded on REST web UI pages in dev mode - #6743
Conversation
…ev mode (apache#6491) This way the `hbase-webapps/static` source directory (which holds JS, CSS, image files) is not duplicated anymore. It is only present under `hbase-server`. This directory is then coped by maven-resources-plugin to the target directory of the REST and Thrift projects. For this deleted the static directory below the Thrift project. Signed-off-by: Nihal Jain <nihaljain@apache.org> Reviewed-by: Andrew Purtell <apurtell@apache.org> (cherry picked from commit 4e40bd5)
Now that the Bootstrap upgrade is merged to the This is a backport of #6491 for the I tested this locally by starting HBase in standalone mode ( Thrift Server started with |
Apache-HBase
commented
Mar 3, 2025
🎊 +1 overall
This message was automatically generated. |
Apache-HBase
commented
Mar 3, 2025
🎊 +1 overall
This message was automatically generated. |
Apache-HBase
commented
Mar 3, 2025
🎊 +1 overall
This message was automatically generated. |
Apache-HBase
commented
Mar 3, 2025
🎊 +1 overall
This message was automatically generated. |
Going to merge this in next 1 hr. |
…ev mode (apache#6491) (apache#6743) This way the `hbase-webapps/static` source directory (which holds JS, CSS, image files) is not duplicated anymore. It is only present under `hbase-server`. This directory is then coped by maven-resources-plugin to the target directory of the REST and Thrift projects. For this deleted the static directory below the Thrift project. Signed-off-by: Nihal Jain <nihaljain@apache.org> Reviewed-by: Andrew Purtell <apurtell@apache.org> (cherry picked from commit 4e40bd5)


This way the
hbase-webapps/staticsource directory (which holds JS, CSS, image files) is not duplicated anymore. It is only present underhbase-server. This directory is then copied by maven-resources-plugin to the target directory of the REST and Thrift projects.For this deleted the static directory below the Thrift project.
Signed-off-by: Nihal Jain nihaljain@apache.org
Reviewed-by: Andrew Purtell apurtell@apache.org
(cherry picked from commit 4e40bd5)