You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@hbase.apache.org by GitBox <gi...@apache.org> on 2019/05/02 17:16:16 UTC

[GitHub] [hbase-filesystem] wchevreuil commented on a change in pull request #1: HBASE-22149. HBOSS: A FileSystem implementation to provide HBase's re…

wchevreuil commented on a change in pull request #1: HBASE-22149. HBOSS: A FileSystem implementation to provide HBase's re…
URL: https://github.com/apache/hbase-filesystem/pull/1#discussion_r280516794
 
 

 ##########
 File path: hbase-oss/src/main/java/org/apache/hadoop/hbase/oss/Constants.java
 ##########
 @@ -18,9 +18,11 @@
 
 package org.apache.hadoop.hbase.oss;
 
-import org.apache.hadoop.classification.InterfaceAudience;
-import org.apache.hadoop.classification.InterfaceStability;
+import org.apache.yetus.audience.InterfaceAudience;
+import org.apache.yetus.audience.InterfaceStability;
 
+@InterfaceAudience.LimitedPrivate({"HBase"})
+@InterfaceStability.Unstable
 public class Constants  {
   public static final String DATA_URI = "fs.hboss.data.uri";
   public static final String SYNC_IMPL = "fs.hboss.sync.impl";
 
 Review comment:
   Should we rename these properties to make it consistent with current package names (replace hboss by hbase.oss, for instance).

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
users@infra.apache.org


With regards,
Apache Git Services