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 2020/05/03 06:56:16 UTC

[GitHub] [hbase] nyl3532016 commented on a change in pull request #1627: HBASE-24221 Support bulkLoadHFile by family

nyl3532016 commented on a change in pull request #1627:
URL: https://github.com/apache/hbase/pull/1627#discussion_r419058405



##########
File path: hbase-server/src/main/java/org/apache/hadoop/hbase/tool/LoadIncrementalHFiles.java
##########
@@ -141,13 +141,15 @@
   public final static String IGNORE_UNMATCHED_CF_CONF_KEY =
     BulkLoadHFiles.IGNORE_UNMATCHED_CF_CONF_KEY;
   public final static String ALWAYS_COPY_FILES = BulkLoadHFiles.ALWAYS_COPY_FILES;
+  public final static String BULK_LOAD_HFILES_BY_FAMILY = BulkLoadHFiles.BULK_LOAD_HFILES_BY_FAMILY;

Review comment:
       yes,I amend it




----------------------------------------------------------------
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