-
Notifications
You must be signed in to change notification settings - Fork 3.4k
HBASE-28983 Static resources are not loaded on REST web UI pages in dev mode #6743
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
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 |
🎊 +1 overall
This message was automatically generated. |
🎊 +1 overall
This message was automatically generated. |
🎊 +1 overall
This message was automatically generated. |
🎊 +1 overall
This message was automatically generated. |
Going to merge this in next 1 hr. |
This way the
hbase-webapps/static
source 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)