[
https://issues.apache.org/jira/browse/HBASE-13740?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14554522#comment-14554522
]
Sean Busbey commented on HBASE-13740:
-------------------------------------
For detecting uses, we should use [animal
sniffer|http://mojo.codehaus.org/animal-sniffer/], which might require updating
it to handle annotations.
in general, I'd favor just replacing things rather than asking Hadoop to make
things non-private. Where we do ask for upgrading, I'd have a strong preference
for asking for Public.
> Stop using Hadoop private interfaces
> ------------------------------------
>
> Key: HBASE-13740
> URL: https://issues.apache.org/jira/browse/HBASE-13740
> Project: HBase
> Issue Type: Umbrella
> Affects Versions: 2.0.0
> Reporter: Sean Busbey
> Priority: Blocker
> Fix For: 2.0.0
>
>
> Now that we are push downstream folks to stay off of our private interfaces,
> we should provide a good example by doing the same with Hadoop.
> Things to do in this umbrella
> * We need a good way to check; manual inspection is untenable
> * For anything where Hadoop isn't maintaining an isolated API (i.e. they
> include a non-org.apache.hadoop or jvm class), we should just rip things out
> * For the rest we'll need to determine if we ask for upgrading things to
> LimitedPrivate(HBase) or Public
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)