-
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 #6855
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 #6855
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)
This is a backport of #6491 to Now that the Bootstrap upgrade is merged we can backport this fix. I cherry-picked the commit from master (it applied cleanly). |
🎊 +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. |
Will merge this in next half hour! |
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 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)