You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@hbase.apache.org by "Suresh Srinivas (JIRA)" <ji...@apache.org> on 2013/05/15 08:25:19 UTC

[jira] [Commented] (HBASE-8546) Ensuring InterfaceAudience is added to Hadoop Core classes used by HBase

    [ https://issues.apache.org/jira/browse/HBASE-8546?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13658101#comment-13658101 ] 

Suresh Srinivas commented on HBASE-8546:
----------------------------------------

On a quick review, I found another class org.apache.hadoop.util.StringUtils explicitly declared as InterfaceAudience.private used in HBase. I will create a jira in Hadoop change it into limited private audience.
                
> Ensuring InterfaceAudience is added to Hadoop Core classes used by HBase
> ------------------------------------------------------------------------
>
>                 Key: HBASE-8546
>                 URL: https://issues.apache.org/jira/browse/HBASE-8546
>             Project: HBase
>          Issue Type: Bug
>          Components: hadoop2
>            Reporter: Suresh Srinivas
>
> InterfaceAudience classification was added in HADOOP-5073. Some of the classes that are not tagged as InterfaceAudience public or limited private may have been used in HBase - see one such example - HADOOP-9563.
> This jira is for:
> - Discussing how we could avoid this type of issues - say add unit tests in HBase?
> - Find other such classes not tagged as public in Hadoop and tag them in Hadoop as LimitedPrivate.

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira