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 2018/08/17 21:37:51 UTC

[GitHub] milleruntime commented on a change in pull request #607: ACCUMULO-4813 Add ability to provide a load plan for bulk import

milleruntime commented on a change in pull request #607: ACCUMULO-4813 Add ability to provide a load plan for bulk import
URL: https://github.com/apache/accumulo/pull/607#discussion_r211023330
 
 

 ##########
 File path: core/src/main/java/org/apache/accumulo/core/client/impl/BulkImport.java
 ##########
 @@ -164,25 +165,28 @@ private Path checkPath(FileSystem fs, String dir) throws IOException, AccumuloEx
       throw new AccumuloException(
           "Bulk import directory " + dir + " does not exist or has bad permissions", fnf);
     }
+
+    // TODO ensure dir does not contain bulk load mapping
+
 
 Review comment:
   Should create a follow on ticket for this.

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on 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