From commits-return-21384-archive-asf-public=cust-asf.ponee.io@accumulo.apache.org Fri Jan 19 01:15:57 2018 Return-Path: X-Original-To: archive-asf-public@eu.ponee.io Delivered-To: archive-asf-public@eu.ponee.io Received: from cust-asf.ponee.io (cust-asf.ponee.io [163.172.22.183]) by mx-eu-01.ponee.io (Postfix) with ESMTP id 8BECD180654 for ; Fri, 19 Jan 2018 01:15:57 +0100 (CET) Received: by cust-asf.ponee.io (Postfix) id 7ABD5160C26; Fri, 19 Jan 2018 00:15:57 +0000 (UTC) Delivered-To: archive-asf-public@cust-asf.ponee.io Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by cust-asf.ponee.io (Postfix) with SMTP id C9BB4160C4B for ; Fri, 19 Jan 2018 01:15:56 +0100 (CET) Received: (qmail 77647 invoked by uid 500); 19 Jan 2018 00:15:56 -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 77630 invoked by uid 99); 19 Jan 2018 00:15:55 -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; Fri, 19 Jan 2018 00:15:55 +0000 Received: by gitbox.apache.org (ASF Mail Server at gitbox.apache.org, from userid 33) id 868D6821DC; Fri, 19 Jan 2018 00:15:53 +0000 (UTC) Date: Fri, 19 Jan 2018 00:15:56 +0000 To: , "' commits@accumulo.apache.org" , '@gitbox.apache.org, Subject: [accumulo] branch master updated (c134e65 -> 28b53e0) MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8bit Message-ID: <151632095330.19686.10670976817102171214@gitbox.apache.org> From: ctubbsii@apache.org X-Git-Host: gitbox.apache.org X-Git-Repo: accumulo X-Git-Refname: refs/heads/master X-Git-Reftype: branch X-Git-Oldrev: c134e65542b0557baa0ad36e0e5a6fbb4b97d8a3 X-Git-Newrev: 28b53e007f77cbf6c2ddea424d8eaf327f5569ec 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 master in repository https://gitbox.apache.org/repos/asf/accumulo.git. from c134e65 ACCUMULO-4771 Fix datatables paging in Monitor new 65f9913 ACCUMULO-4611 Bump to version 1.9.0-SNAPSHOT new 9ac92c7 ACCUMULO-4611 Deprecate public API with commons config new 4d90f21 Merge branch '1.8' into master-drop-commons-config new 28b53e0 ACCUMULO-4611 Remove commons-config from API The 4 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/pom.xml | 13 +- .../org/apache/accumulo/core/cli/ClientOpts.java | 4 +- .../accumulo/core/client/ClientConfiguration.java | 190 +++++++++++++-------- .../accumulo/core/client/ZooKeeperInstance.java | 35 ++-- .../accumulo/core/client/impl/ClientContext.java | 9 +- .../core/client/mapred/AbstractInputFormat.java | 2 +- .../core/client/mapred/AccumuloOutputFormat.java | 2 +- .../core/client/mapreduce/AbstractInputFormat.java | 2 +- .../client/mapreduce/AccumuloOutputFormat.java | 2 +- .../accumulo/core/rpc/SaslConnectionParams.java | 9 +- .../core/client/ClientConfigurationTest.java | 16 +- .../core/client/impl/ClientContextTest.java | 8 +- .../core/client/impl/TableOperationsImplTest.java | 2 +- .../core/client/impl/TabletLocatorImplTest.java | 2 +- .../mapreduce/lib/impl/ConfiguratorBaseTest.java | 2 +- minicluster/pom.xml | 5 - .../accumulo/minicluster/MiniAccumuloInstance.java | 17 +- .../minicluster/impl/MiniAccumuloClusterImpl.java | 10 +- pom.xml | 2 +- proxy/pom.xml | 4 - .../main/java/org/apache/accumulo/proxy/Proxy.java | 2 +- .../org/apache/accumulo/proxy/ProxyServer.java | 8 +- server/tserver/pom.xml | 4 - .../replication/ReplicationProcessorTest.java | 4 +- .../org/apache/accumulo/shell/ShellOptionsJC.java | 3 +- .../org/apache/accumulo/shell/ShellConfigTest.java | 6 +- .../accumulo/shell/ShellSetInstanceTest.java | 4 +- .../accumulo/harness/AccumuloClusterHarness.java | 3 +- .../StandaloneAccumuloClusterConfiguration.java | 9 +- .../apache/accumulo/test/ConditionalWriterIT.java | 5 +- .../org/apache/accumulo/test/IMMLGBenchmark.java | 2 +- .../org/apache/accumulo/test/ShellServerIT.java | 12 +- .../java/org/apache/accumulo/test/UsersIT.java | 3 +- .../BalanceInPresenceOfOfflineTableIT.java | 3 +- .../test/functional/ChaoticBalancerIT.java | 3 +- .../accumulo/test/functional/CompactionIT.java | 3 +- .../test/functional/ConfigurableMacBase.java | 2 +- .../accumulo/test/functional/CredentialsIT.java | 3 +- .../test/functional/DynamicThreadPoolsIT.java | 3 +- .../accumulo/test/functional/FateStarvationIT.java | 3 +- .../accumulo/test/functional/MasterFailoverIT.java | 5 +- .../apache/accumulo/test/functional/MaxOpenIT.java | 3 +- .../accumulo/test/functional/PermissionsIT.java | 5 +- .../accumulo/test/functional/ReadWriteIT.java | 11 +- .../apache/accumulo/test/functional/RenameIT.java | 5 +- .../apache/accumulo/test/functional/RestartIT.java | 11 +- .../accumulo/test/functional/ScanIteratorIT.java | 4 +- .../apache/accumulo/test/functional/SplitIT.java | 7 +- .../apache/accumulo/test/functional/TableIT.java | 3 +- .../accumulo/test/functional/WriteAheadLogIT.java | 3 +- .../accumulo/test/functional/WriteLotsIT.java | 5 +- .../test/mapred/AccumuloOutputFormatIT.java | 2 +- .../metadata/MetadataBatchScanTest.java | 2 +- .../test/performance/thrift/NullTserver.java | 2 +- 54 files changed, 218 insertions(+), 271 deletions(-) -- To stop receiving notification emails like this one, please contact ['"commits@accumulo.apache.org" '].