This is an automated email from the ASF dual-hosted git repository.

drew pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/accumulo.git.


    from 7684a86  Remove errorprone profile from pom.xml (#1580)
     add aedf445  Closes #1576: Add importTable with directory list as 
Set<String> (#1579)
     new e4596fe  Merge branch '1576-import-table-api'

The 1 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "add" were already present in the repository and have only
been added to this reference.


Summary of changes:
 .../core/client/admin/TableOperations.java         | 19 ++++++++++++--
 .../core/clientImpl/TableOperationsImpl.java       | 24 +++++++++---------
 .../apache/accumulo/core/util/ByteBufferUtil.java  | 12 +++++++++
 .../core/clientImpl/TableOperationsHelperTest.java |  2 +-
 .../server/security/AuditedSecurityOperation.java  |  9 ++++---
 .../server/security/SecurityOperation.java         |  2 +-
 .../apache/accumulo/master/FateServiceHandler.java | 15 ++++++++---
 .../master/tableOps/tableImport/ImportTable.java   | 29 +++++++++-------------
 .../tableOps/tableImport/ImportedTableInfo.java    |  6 ++++-
 .../tableOps/tableImport/ImportTableTest.java      | 23 ++++++++++-------
 .../shell/commands/ImportTableCommand.java         |  7 +++++-
 .../org/apache/accumulo/test/AuditMessageIT.java   |  3 ++-
 .../org/apache/accumulo/test/ImportExportIT.java   |  8 +++---
 .../org/apache/accumulo/test/NamespacesIT.java     |  5 ++--
 14 files changed, 106 insertions(+), 58 deletions(-)

Reply via email to