apurtell commented on code in PR #4470:
URL: https://github.com/apache/hbase/pull/4470#discussion_r890595214
##########
hbase-server/src/main/java/org/apache/hadoop/hbase/master/HMaster.java:
##########
@@ -707,6 +708,7 @@ protected MasterRpcServices createRpcServices() throws
IOException {
protected void configureInfoServer(InfoServer infoServer) {
infoServer.addUnprivilegedServlet("master-status", "/master-status",
MasterStatusServlet.class);
infoServer.addUnprivilegedServlet("api_v1", "/api/v1/*",
buildApiV1Servlet());
+ infoServer.addUnprivilegedServlet("hbck", "/hbck",
MasterHbckServlet.class);
Review Comment:
I did not and still do not know how to make a JSP page honor different
content-encodings.
--
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]