NihalJain commented on code in PR #6781:
URL: https://github.com/apache/hbase/pull/6781#discussion_r1992876000
##########
hbase-server/src/main/java/org/apache/hadoop/hbase/master/HMaster.java:
##########
@@ -1513,7 +1514,17 @@ private boolean waitForNamespaceOnline() throws
IOException {
}
return true;
}
+ private void appendToMasterCoprocessorConf(Configuration conf,String
className) {
Review Comment:
nit: can we append a list of class and append here
--
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]