Uh oh!
There was an error while loading. Please reload this page.
HBASE-24066 Let HBase master UI act as a maven repo - #1365
Conversation
Advertise the version of HBase over the web UI and have a well-known location from which users can pull shaded client jars from.
joshelser
commented
Mar 26, 2020
https://github.com/joshelser/HBASE-24066-webui-maven-repo-exemplar is the example of how a user might use this feature. |
Apache-HBase
commented
Mar 26, 2020
🎊 +1 overall
This message was automatically generated. |
Apache-HBase
commented
Mar 26, 2020
🎊 +1 overall
This message was automatically generated. |
Apache-HBase
commented
Apr 5, 2020
🎊 +1 overall
This message was automatically generated. |
wchevreuil
left a comment
There was a problem hiding this comment.
Idea looks great. Just a small nit on the maven-repo directory path definitions in the assembly components.xml, as the current value gives a broken link.
| </fileSet> | ||
| <fileSet> | ||
| <directory>${project.build.directory}/maven-repo</directory> | ||
| <outputDirectory>hbase-webapps/maven-repo</outputDirectory> |
There was a problem hiding this comment.
Should be <outputDirectory>hbase-webapps/static/maven-repo</outputDirectory> instead.
Apache-HBase
commented
May 23, 2020
🎊 +1 overall
This message was automatically generated. |
joshelser
commented
May 28, 2020
Not seeing a path forward. Closing until we think this is worth doing. |
Advertise the version of HBase over the web UI and have a well-known
location from which users can pull shaded client jars from.
Rooted against branch-2.2, but that's just what I was working against when hacking this together. Intention would be for master, and any 2.x branches which want it.