From commits-return-24348-archive-asf-public=cust-asf.ponee.io@accumulo.apache.org Thu Nov 19 22:09:50 2020 Return-Path: X-Original-To: archive-asf-public@cust-asf.ponee.io Delivered-To: archive-asf-public@cust-asf.ponee.io Received: from mxout1-he-de.apache.org (mxout1-he-de.apache.org [95.216.194.37]) by mx-eu-01.ponee.io (Postfix) with ESMTPS id 6FF28180637 for ; Thu, 19 Nov 2020 23:09:50 +0100 (CET) Received: from mail.apache.org (mailroute1-lw-us.apache.org [207.244.88.153]) by mxout1-he-de.apache.org (ASF Mail Server at mxout1-he-de.apache.org) with SMTP id E676E64AB8 for ; Thu, 19 Nov 2020 22:09:49 +0000 (UTC) Received: (qmail 39854 invoked by uid 500); 19 Nov 2020 22:09:49 -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 39845 invoked by uid 99); 19 Nov 2020 22:09:49 -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; Thu, 19 Nov 2020 22:09:49 +0000 Received: by gitbox.apache.org (ASF Mail Server at gitbox.apache.org, from userid 33) id EF44981FE6; Thu, 19 Nov 2020 22:09:48 +0000 (UTC) Date: Thu, 19 Nov 2020 22:09:48 +0000 To: "commits@accumulo.apache.org" Subject: [accumulo] branch main updated (74afbab -> 42395a0) MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8bit Message-ID: <160582378877.4536.9261646907649631148@gitbox.apache.org> From: ctubbsii@apache.org X-Git-Host: gitbox.apache.org X-Git-Repo: accumulo X-Git-Refname: refs/heads/main X-Git-Reftype: branch X-Git-Oldrev: 74afbabb06ba319cbb3968f30dcca58aa67fa070 X-Git-Newrev: 42395a00cd1f442008734ca1d770260666422778 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 main in repository https://gitbox.apache.org/repos/asf/accumulo.git. from 74afbab Fix warning and simplify ScannerBaseTest add 42395a0 Read/Write config files consistently (#1795) No new revisions were added by this update. Summary of changes: .../accumulo/core/client/ClientConfiguration.java | 23 +++++----- .../accumulo/core/conf/SiteConfiguration.java | 15 +++---- .../hadoop/mapred/AccumuloOutputFormatTest.java | 3 +- .../hadoop/mapreduce/AccumuloOutputFormatTest.java | 3 +- .../accumulo/cluster/RemoteShellOptions.java | 7 +-- .../standalone/StandaloneClusterControl.java | 3 +- .../miniclusterImpl/MiniAccumuloClusterImpl.java | 6 +-- .../minicluster/MiniAccumuloClusterTest.java | 3 +- .../org/apache/accumulo/server/util/Admin.java | 9 ++-- .../accumulo/server/util/FileSystemMonitor.java | 4 +- .../accumulo/shell/commands/ScriptCommand.java | 6 ++- .../start/classloader/AccumuloClassLoader.java | 9 ++-- .../vfs/AccumuloVFSClassLoaderTest.java | 11 ++--- .../conf/AccumuloClusterPropertyConfiguration.java | 8 ++-- .../org/apache/accumulo/test/ShellServerIT.java | 2 +- .../java/org/apache/accumulo/test/VolumeIT.java | 52 +++++++++++----------- .../accumulo/test/metrics/MetricsFileTailer.java | 39 ++++++++-------- 17 files changed, 109 insertions(+), 94 deletions(-)