While adding the 3.0.0 support for hbase-operator-tools, we found that we still rely on some classes which are removed in 3.0.0, while the alternate classes are only present in 2.3.0+, like IncrementalLoadHFiles vs BulkLoadHFiles.
For reducing the maintenance overhead, we prefer moving up to the new classes and drop the support for EOL hbase versions in hbase-operator-tools 1.3.0, while you can still use hbase-operator-tools 1.2.0 for these EOL hbase versions. Suggestions are welcome. Thanks.
