From commits-return-22256-archive-asf-public=cust-asf.ponee.io@accumulo.apache.org Mon Oct 22 21:44:43 2018 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 [140.211.11.3]) by mx-eu-01.ponee.io (Postfix) with SMTP id 6C71418077D for ; Mon, 22 Oct 2018 21:44:43 +0200 (CEST) Received: (qmail 29126 invoked by uid 500); 22 Oct 2018 19:44:42 -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 29117 invoked by uid 99); 22 Oct 2018 19:44:42 -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, 22 Oct 2018 19:44:42 +0000 Received: by gitbox.apache.org (ASF Mail Server at gitbox.apache.org, from userid 33) id 0EB73829AB; Mon, 22 Oct 2018 19:44:42 +0000 (UTC) Date: Mon, 22 Oct 2018 19:44:41 +0000 To: , "' commits@accumulo.apache.org" , '@gitbox.apache.org, Subject: [accumulo] branch master updated (1db08af -> 0a04bec) MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8bit Message-ID: <154023748156.1485.3253154613667770185@gitbox.apache.org> From: mwalch@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: 1db08af14db7d9edb8733edaf3136886f178ea46 X-Git-Newrev: 0a04becb111efbc9eb1b3e2a76680eac4edf5204 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. mwalch pushed a change to branch master in repository https://gitbox.apache.org/repos/asf/accumulo.git. from 1db08af Created ClientInfo.from(configFile) (#715) add 0a04bec Removed Accumulo class name conflict (#716) No new revisions were added by this update. Summary of changes: .../core/client/impl/AccumuloClientImpl.java | 4 +- .../minicluster/impl/MiniAccumuloClusterImpl.java | 10 ++--- .../apache/accumulo/server/ServerConstants.java | 2 +- .../org/apache/accumulo/server/ServerContext.java | 10 ++--- .../org/apache/accumulo/server/ServerInfo.java | 2 +- .../server/{Accumulo.java => ServerUtil.java} | 52 ++++++++++------------ .../apache/accumulo/server/init/Initialize.java | 6 +-- .../org/apache/accumulo/server/AccumuloTest.java | 10 ++--- .../java/org/apache/accumulo/master/Master.java | 14 +++--- .../apache/accumulo/master/state/SetGoalState.java | 4 +- .../org/apache/accumulo/tracer/TraceServer.java | 9 ++-- 11 files changed, 57 insertions(+), 66 deletions(-) rename server/base/src/main/java/org/apache/accumulo/server/{Accumulo.java => ServerUtil.java} (87%)