jmark99 commented on a change in pull request #2045:
URL: https://github.com/apache/accumulo/pull/2045#discussion_r623051675
##########
File path:
core/src/main/java/org/apache/accumulo/core/client/admin/TableOperations.java
##########
@@ -716,6 +716,11 @@ void importDirectory(String tableName, String dir, String
failureDir, boolean se
*/
ImportMappingOptions tableTime(boolean value);
+ /**
+ * Ignores empty bulk import source directory, rather than throwing an
IllegalArgumentException.
+ */
+ ImportMappingOptions ignoreEmptyDir(boolean ignore);
Review comment:
Tag was added.
--
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]