You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@accumulo.apache.org by ct...@apache.org on 2019/06/10 01:18:51 UTC

[accumulo] branch master updated (2cd5b4c -> cda3be9)

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

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


    from 2cd5b4c  Merge branch '2.0'
     new ecd98de  Fix #1052 Correct distributed cache usage (#1112)
     new 68f8f5e  Improve use of Hadoop's DistributedCache (#1188)
     new cda3be9  Merge branch '2.0'

The 3 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:
 .../mapreduce/lib/partition/RangePartitioner.java  | 50 +++++--------
 .../clientImpl/mapreduce/lib/ConfiguratorBase.java | 85 ++++++++++------------
 .../mapreduce/lib/DistributedCacheHelper.java      | 59 +++++++++++++--
 .../mapreduce/partition/RangePartitioner.java      | 50 +++++--------
 .../hadoopImpl/mapreduce/lib/ConfiguratorBase.java | 39 ++++------
 .../org/apache/accumulo/shell/ShellOptionsJC.java  |  4 +-
 .../accumulo/shell/PasswordConverterTest.java      |  3 +-
 .../apache/accumulo/test/mapred/TokenFileIT.java   | 15 +++-
 .../accumulo/test/mapreduce/TokenFileIT.java       | 29 +++++++-
 9 files changed, 189 insertions(+), 145 deletions(-)


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

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

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

commit cda3be981ea42dead5eeff0374590337f7b76c93
Merge: 2cd5b4c 68f8f5e
Author: Christopher Tubbs <ct...@apache.org>
AuthorDate: Sun Jun 9 21:18:10 2019 -0400

    Merge branch '2.0'

 .../mapreduce/lib/partition/RangePartitioner.java  | 50 +++++--------
 .../clientImpl/mapreduce/lib/ConfiguratorBase.java | 85 ++++++++++------------
 .../mapreduce/lib/DistributedCacheHelper.java      | 59 +++++++++++++--
 .../mapreduce/partition/RangePartitioner.java      | 50 +++++--------
 .../hadoopImpl/mapreduce/lib/ConfiguratorBase.java | 39 ++++------
 .../org/apache/accumulo/shell/ShellOptionsJC.java  |  4 +-
 .../accumulo/shell/PasswordConverterTest.java      |  3 +-
 .../apache/accumulo/test/mapred/TokenFileIT.java   | 15 +++-
 .../accumulo/test/mapreduce/TokenFileIT.java       | 29 +++++++-
 9 files changed, 189 insertions(+), 145 deletions(-)