[
https://issues.apache.org/jira/browse/HBASE-23639?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17044653#comment-17044653
]
Lokesh Khurana commented on HBASE-23639:
----------------------------------------
[~busbey] by making the classes IA.LimitedPrivate, they can only be used by a
group of projects and can't be used if someone creates a new project.
In HBaseClusterManager, CommandProvider is present which gives back commands to
execute the operations, which can be used by downstream , which will enable
anyone to use these functionalities without breaking current implementation by
ssh.
We have also created a Jira for making CommandProvider Public as well, as if
someone wants to create a CommandProvider for YARN and wanted
HBaseClusterManager to pick that up right now it can't be done.
> Change InterfaceAudience for ClusterManager interface and HBaseClusterManager
> class public
> -------------------------------------------------------------------------------------------
>
> Key: HBASE-23639
> URL: https://issues.apache.org/jira/browse/HBASE-23639
> Project: HBase
> Issue Type: Improvement
> Components: API, integration tests, test
> Reporter: Mihir Monani
> Assignee: Lokesh Khurana
> Priority: Minor
> Attachments: HBASE-23639-master.patch
>
>
> In hbase-it package, Class like RESTApiClusterManager and HBaseClusterManager
> which has some part of implementation code for Chaos Action.
>
> If any user wants to create private implementation which resembles
> HBaseClusterManager, then it has to be merged with hbase-it package as
> ClusterManager Interface and it's extended implementations are private.
>
> We should make them public so anyone can have their own implementation and
> need to be merged with hbase-it.
--
This message was sent by Atlassian Jira
(v8.3.4#803005)