[
https://issues.apache.org/jira/browse/HBASE-12059?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14145852#comment-14145852
]
Anoop Sam John commented on HBASE-12059:
----------------------------------------
{code}
--- a/hbase-client/src/main/java/org/apache/hadoop/hbase/HTableDescriptor.java
+++ b/hbase-client/src/main/java/org/apache/hadoop/hbase/HTableDescriptor.java
@@ -37,7 +37,7 @@ import com.google.protobuf.InvalidProtocolBufferException;
import org.apache.commons.logging.Log;
import org.apache.commons.logging.LogFactory;
import org.apache.hadoop.classification.InterfaceAudience;
-import org.apache.hadoop.classification.InterfaceStability;
+import org.apache.hadoop.hbase.classification.InterfaceStability;
import org.apache.hadoop.fs.Path;
import org.apache.hadoop.hbase.client.Durability;
import org.apache.hadoop.hbase.exceptions.DeserializationException;
{code}
Wonder why we have not changed InterfaceAudience to hbase's? I can see only
InterfaceStability being changed in all files.
> Create hbase-annotations module
> -------------------------------
>
> Key: HBASE-12059
> URL: https://issues.apache.org/jira/browse/HBASE-12059
> Project: HBase
> Issue Type: Sub-task
> Components: build
> Affects Versions: 0.99.0, 0.98.6.1
> Reporter: Elliott Clark
> Assignee: Elliott Clark
> Fix For: 2.0.0, 0.98.7, 0.99.1
>
> Attachments: 0001-HBASE-12059-Create-hbase-annotations-module.patch,
> 0001-HBASE-12059-Create-hbase-annotations-module.patch
>
>
> Different versions of hadoop have different annotations. We can smooth this
> out by providing our own.
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)