You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@accumulo.apache.org by mm...@apache.org on 2019/07/25 20:41:35 UTC

[accumulo] branch master updated (75e4255 -> 97c6c06)

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

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


    from 75e4255  Merge branch '2.0'
     add 5650335  Fix #1273 Fix Bulk Messages (#1287)
     add 3a4a4d6  fix #1286 throw exception on empty bulk import (#1292)
     new 97c6c06  Merge branch '2.0'

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:
 .../accumulo/core/clientImpl/bulk/BulkImport.java  |  26 +++--
 .../apache/accumulo/core/file/FileOperations.java  |  13 +++
 .../bulk/BulkImportFilterInvalidTest.java          | 114 +++++++++++++++++++++
 server/master/pom.xml                              |   4 +
 .../master/tableOps/bulkVer2/PrepBulkImport.java   |  34 ++----
 .../apache/accumulo/test/functional/BulkNewIT.java |  10 ++
 6 files changed, 164 insertions(+), 37 deletions(-)
 create mode 100644 core/src/test/java/org/apache/accumulo/core/clientImpl/bulk/BulkImportFilterInvalidTest.java


[accumulo] 01/01: Merge branch '2.0'

Posted by mm...@apache.org.
This is an automated email from the ASF dual-hosted git repository.

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

commit 97c6c06fe4f7c81523d7ec0f5da9128cb6d16f8d
Merge: 75e4255 3a4a4d6
Author: Mike Miller <mm...@apache.org>
AuthorDate: Thu Jul 25 16:41:03 2019 -0400

    Merge branch '2.0'

 .../accumulo/core/clientImpl/bulk/BulkImport.java  |  26 +++--
 .../apache/accumulo/core/file/FileOperations.java  |  13 +++
 .../bulk/BulkImportFilterInvalidTest.java          | 114 +++++++++++++++++++++
 server/master/pom.xml                              |   4 +
 .../master/tableOps/bulkVer2/PrepBulkImport.java   |  34 ++----
 .../apache/accumulo/test/functional/BulkNewIT.java |  10 ++
 6 files changed, 164 insertions(+), 37 deletions(-)