[
https://issues.apache.org/jira/browse/HBASE-20999?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17553591#comment-17553591
]
Duo Zhang commented on HBASE-20999:
-----------------------------------
The logging framework should not be a blocker, in our code base we just use
slf4j.
IIRC, the problem here is that we share some common classes which are not only
in hbase-client. For example, in hbase-rest, we will reuse the HttpServer in
hbase-http, and the ConnectionCache in hbase-server.
We have no idea on whether we should just copy them or we should move them to
other modules so we can depend on them...
For me I always prefer we copy them, but if we need to copy a lot of classes,
then maybe it means we should not separate these modules out...
Thanks [~ndimiduk] for pinging me here~
> Move hbase-REST to new hbase-connectors repository
> --------------------------------------------------
>
> Key: HBASE-20999
> URL: https://issues.apache.org/jira/browse/HBASE-20999
> Project: HBase
> Issue Type: Sub-task
> Components: hbase-connectors, REST
> Reporter: Michael Stack
> Priority: Major
> Fix For: 3.0.0-alpha-3
>
>
> Move hbase-rest to the new hbase-connectors repository. See parent issue for
> context and locale.
--
This message was sent by Atlassian Jira
(v8.20.7#820007)