From commits-return-22974-archive-asf-public=cust-asf.ponee.io@accumulo.apache.org Mon Jun 10 01:18:52 2019 Return-Path: X-Original-To: archive-asf-public@cust-asf.ponee.io Delivered-To: archive-asf-public@cust-asf.ponee.io Received: from mail.apache.org (hermes.apache.org [207.244.88.153]) by mx-eu-01.ponee.io (Postfix) with SMTP id 8FC0E18067A for ; Mon, 10 Jun 2019 03:18:52 +0200 (CEST) Received: (qmail 55057 invoked by uid 500); 10 Jun 2019 01:18:52 -0000 Mailing-List: contact commits-help@accumulo.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@accumulo.apache.org Delivered-To: mailing list commits@accumulo.apache.org Received: (qmail 55040 invoked by uid 99); 10 Jun 2019 01:18:51 -0000 Received: from ec2-52-202-80-70.compute-1.amazonaws.com (HELO gitbox.apache.org) (52.202.80.70) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 10 Jun 2019 01:18:51 +0000 Received: by gitbox.apache.org (ASF Mail Server at gitbox.apache.org, from userid 33) id 5DD2F87A82; Mon, 10 Jun 2019 01:18:48 +0000 (UTC) Date: Mon, 10 Jun 2019 01:18:48 +0000 To: "commits@accumulo.apache.org" Subject: [accumulo] branch 2.0 updated (55e5e95 -> 68f8f5e) MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8bit Message-ID: <156012952824.1359.5169948783445972002@gitbox.apache.org> From: ctubbsii@apache.org X-Git-Host: gitbox.apache.org X-Git-Repo: accumulo X-Git-Refname: refs/heads/2.0 X-Git-Reftype: branch X-Git-Oldrev: 55e5e95fe11924c957f955ec4a7d83cdc1ac42f5 X-Git-Newrev: 68f8f5e5ae0c0451cbb530c86a251853e7cf6b39 X-Git-NotificationType: ref_changed X-Git-Multimail-Version: 1.5.dev Auto-Submitted: auto-generated This is an automated email from the ASF dual-hosted git repository. ctubbsii pushed a change to branch 2.0 in repository https://gitbox.apache.org/repos/asf/accumulo.git. from 55e5e95 Resolve bad merge of #1185 by removing unused import new ecd98de Fix #1052 Correct distributed cache usage (#1112) new 68f8f5e Improve use of Hadoop's DistributedCache (#1188) The 2 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(-)