busbey 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_r280586967
########## 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; [email protected]({"HBase"}) [email protected] 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: let's just leave it like this. if we get to removing the "alpha" label we can work out if the property name is an issue. ---------------------------------------------------------------- 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: [email protected] With regards, Apache Git Services
