You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@knox.apache.org by GitBox <gi...@apache.org> on 2020/04/22 15:54:00 UTC

[GitHub] [knox] joshelser opened a new pull request #325: KNOX-2354 An HBASEJARS service which can proxy HBase jars hosted by t…

joshelser opened a new pull request #325:
URL: https://github.com/apache/knox/pull/325


   …he HBASEUI
   
   In HBase, we can host a "mini" maven repo in hbase itself which a maven
   application can point to.
   
   We want this to be in its own service because it has different semantics
   than the normal hbaseUI service has (e.g. one would be hooked up to SSO
   login, but SSO won't work against that), and Maven cannot function with
   the query-string based backend-routing that we do to make the HBaseUI
   look like a normal website (instead of a collection of independent
   webservers).
   
   (It is very **important** that you created an Apache Knox JIRA for this change and that the PR title/commit message includes the Apache Knox JIRA ID!)
   
   ## What changes were proposed in this pull request?
   
   Added a new service HBASEJARS
   
   ## How was this patch tested?
   
   * Deployed gateway locally with HBase
   * Validated that new IN/OUT rules work to traverse the Jetty
   * Validated ability to pull resources via Curl directly
   * Validated that I can build a Maven application against this (https://github.com/joshelser/knox-hbasejars-exemplar)
   
   Please review [Knox Contributing Process](https://cwiki.apache.org/confluence/display/KNOX/Contribution+Process#ContributionProcess-GithubWorkflow) before opening a pull request.
   


----------------------------------------------------------------
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.

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



[GitHub] [knox] joshelser commented on pull request #325: KNOX-2354 An HBASEJARS service which can proxy HBase jars hosted by t…

Posted by GitBox <gi...@apache.org>.
joshelser commented on pull request #325:
URL: https://github.com/apache/knox/pull/325#issuecomment-619169789


   Any feedback from this one, folks? @lmccay @risdenk @moresandeep 


----------------------------------------------------------------
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.

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



[GitHub] [knox] joshelser commented on issue #325: KNOX-2354 An HBASEJARS service which can proxy HBase jars hosted by t…

Posted by GitBox <gi...@apache.org>.
joshelser commented on issue #325:
URL: https://github.com/apache/knox/pull/325#issuecomment-617964629


   Rekicked the checks as it seems to have failed because of a failure to pull jars out of maven central (rate-limiting inside github? who knows)


----------------------------------------------------------------
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.

For queries about this service, please contact Infrastructure at:
users@infra.apache.org