Return-Path: X-Original-To: apmail-accumulo-dev-archive@www.apache.org Delivered-To: apmail-accumulo-dev-archive@www.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id A15E9195EF for ; Wed, 27 Apr 2016 18:25:12 +0000 (UTC) Received: (qmail 52994 invoked by uid 500); 27 Apr 2016 18:25:12 -0000 Delivered-To: apmail-accumulo-dev-archive@accumulo.apache.org Received: (qmail 52953 invoked by uid 500); 27 Apr 2016 18:25:12 -0000 Mailing-List: contact dev-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 dev@accumulo.apache.org Received: (qmail 52941 invoked by uid 99); 27 Apr 2016 18:25:12 -0000 Received: from git1-us-west.apache.org (HELO git1-us-west.apache.org) (140.211.11.23) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 27 Apr 2016 18:25:12 +0000 Received: by git1-us-west.apache.org (ASF Mail Server at git1-us-west.apache.org, from userid 33) id 1F551DFE60; Wed, 27 Apr 2016 18:25:12 +0000 (UTC) From: joshelser To: dev@accumulo.apache.org Reply-To: dev@accumulo.apache.org References: In-Reply-To: Subject: [GitHub] accumulo pull request: ACCUMULO-4195 Added generalized configurati... Content-Type: text/plain Message-Id: <20160427182512.1F551DFE60@git1-us-west.apache.org> Date: Wed, 27 Apr 2016 18:25:12 +0000 (UTC) Github user joshelser commented on the pull request: https://github.com/apache/accumulo/pull/95#issuecomment-215182076 Nice, I think these changes look good. `mvn verify -Psunny` also passed: ``` [INFO] Reactor Summary: [INFO] [INFO] Apache Accumulo Project ............................ SUCCESS [ 5.504 s] [INFO] Apache Accumulo Fate ............................... SUCCESS [ 45.591 s] [INFO] Apache Accumulo Start .............................. SUCCESS [01:08 min] [INFO] Apache Accumulo Core ............................... SUCCESS [03:59 min] [INFO] Apache Accumulo Server Base ........................ SUCCESS [02:12 min] [INFO] Apache Accumulo Tracer Server ...................... SUCCESS [ 22.325 s] [INFO] Apache Accumulo Shell .............................. SUCCESS [ 31.890 s] [INFO] Apache Accumulo Simple Examples .................... SUCCESS [ 19.693 s] [INFO] Apache Accumulo GC Server .......................... SUCCESS [ 16.644 s] [INFO] Apache Accumulo Master Server ...................... SUCCESS [ 27.389 s] [INFO] Apache Accumulo Monitor Server ..................... SUCCESS [ 21.547 s] [INFO] Apache Accumulo Tablet Server ...................... SUCCESS [ 58.315 s] [INFO] Apache Accumulo MiniCluster ........................ SUCCESS [01:23 min] [INFO] Apache Accumulo Native Libraries ................... SUCCESS [ 4.775 s] [INFO] Apache Accumulo Proxy .............................. SUCCESS [01:05 min] [INFO] Apache Accumulo Trace .............................. SUCCESS [ 6.256 s] [INFO] Apache Accumulo Iterator Test Harness .............. SUCCESS [ 8.341 s] [INFO] Apache Accumulo Testing ............................ SUCCESS [13:16 min] [INFO] Apache Accumulo .................................... SUCCESS [ 8.178 s] [INFO] Apache Accumulo Documentation ...................... SUCCESS [ 0.415 s] [INFO] Apache Accumulo Maven Plugin ....................... SUCCESS [ 47.383 s] [INFO] ------------------------------------------------------------------------ [INFO] BUILD SUCCESS [INFO] ------------------------------------------------------------------------ [INFO] Total time: 28:31 min [INFO] Finished at: 2016-04-27T13:20:53-04:00 [INFO] Final Memory: 94M/617M [INFO] ------------------------------------------------------------------------ ``` Any further comments @keith-turner before I merge this in? --- If your project is set up for it, you can reply to this email and have your reply appear on GitHub as well. If your project does not have this feature enabled and wishes so, or if the feature is enabled but not working, please contact infrastructure at infrastructure@apache.org or file a JIRA ticket with INFRA. ---