jojochuang commented on a change in pull request #3079:
URL: https://github.com/apache/hbase/pull/3079#discussion_r599251180
##########
File path:
hbase-http/src/main/java/org/apache/hadoop/hbase/http/ProfileServlet.java
##########
@@ -355,10 +358,10 @@ private Output getOutput(final HttpServletRequest req) {
try {
return Output.valueOf(outputArg.trim().toUpperCase());
} catch (IllegalArgumentException e) {
- return Output.SVG;
+ return Output.HTML;
}
}
- return Output.SVG;
+ return Output.HTML;
Review comment:
1.8.5 does support the HTML output even thought the doc doesn't mention
it. So this is compatible across v1 and v2.
--
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]