apurtell commented on a change in pull request #4177:
URL: https://github.com/apache/hbase/pull/4177#discussion_r821065714
##########
File path:
hbase-server/src/main/java/org/apache/hadoop/hbase/master/HMaster.java
##########
@@ -689,9 +691,16 @@ protected MasterRpcServices createRpcServices() throws
IOException {
@Override
protected void configureInfoServer(InfoServer infoServer) {
infoServer.addUnprivilegedServlet("master-status", "/master-status",
MasterStatusServlet.class);
+ infoServer.addUnprivilegedServlet("api_v1", "/api/v1/*",
buildApiV1Servlet());
Review comment:
This is nice, something to build on
--
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.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]