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:
[email protected]


Reply via email to