richardantal commented on a change in pull request #55: HBASE-24039
URL:
https://github.com/apache/hbase-operator-tools/pull/55#discussion_r400921552
##########
File path: hbase-hbck2/src/main/java/org/apache/hbase/HBCK2.java
##########
@@ -102,6 +104,11 @@
private Configuration conf;
static final String [] MINIMUM_HBCK2_VERSION = {"2.0.3", "2.1.1", "2.2.0",
"3.0.0"};
private boolean skipCheck = false;
+ static final Map<String, List<String> > functionNameMap = new
HashMap<String, List<String>>() {{
Review comment:
In case of in Hbck interface in org.apache.hadoop.hbase.client package, the
name of the method changes. (Can be because of Deprecation or refactoring.)
I will write it to checkFunctionSupported as well.
----------------------------------------------------------------
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