You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@accumulo.apache.org by GitBox <gi...@apache.org> on 2019/04/16 12:34:07 UTC

[GitHub] [accumulo] ivakegg commented on a change in pull request #1060: Closes #1053 add multi-volume support to import table command.

ivakegg commented on a change in pull request #1060: Closes #1053 add multi-volume support to import table command.
URL: https://github.com/apache/accumulo/pull/1060#discussion_r275772900
 
 

 ##########
 File path: core/src/main/java/org/apache/accumulo/core/clientImpl/TableOperationsImpl.java
 ##########
 @@ -1450,6 +1452,34 @@ public Text getMaxRow(String tableName, Authorizations auths, Text startRow,
     return finalUsages;
   }
 
+  public static Path findExportFile(ClientContext context, String[] importDirs)
 
 Review comment:
   add a function comment as to what this is doing

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