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; [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: 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: [email protected] With regards, Apache Git Services
