ankitsinghal commented on a change in pull request #722: HBASE-23065 [hbtop]
Top-N heavy hitter user and client drill downs
URL: https://github.com/apache/hbase/pull/722#discussion_r338413374
##########
File path:
hbase-server/src/test/java/org/apache/hadoop/hbase/TestClientClusterMetrics.java
##########
@@ -72,6 +84,8 @@
public static void setUpBeforeClass() throws Exception {
Configuration conf = HBaseConfiguration.create();
conf.set(CoprocessorHost.MASTER_COPROCESSOR_CONF_KEY,
MyObserver.class.getName());
+ conf.set("hbase.security.authorization", Boolean.TRUE.toString());
+ conf.set("hbase.security.exec.permission.checks", Boolean.TRUE.toString());
Review comment:
Removed them as they were added when I was testing something else.
----------------------------------------------------------------
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]
With regards,
Apache Git Services