Return-Path: X-Original-To: archive-asf-public-internal@cust-asf2.ponee.io Delivered-To: archive-asf-public-internal@cust-asf2.ponee.io Received: from cust-asf.ponee.io (cust-asf.ponee.io [163.172.22.183]) by cust-asf2.ponee.io (Postfix) with ESMTP id 6BBB6200B50 for ; Fri, 24 Jun 2016 01:59:14 +0200 (CEST) Received: by cust-asf.ponee.io (Postfix) id 6A9F7160A69; Thu, 23 Jun 2016 23:59:14 +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 6DC66160A72 for ; Fri, 24 Jun 2016 01:59:13 +0200 (CEST) Received: (qmail 16592 invoked by uid 500); 23 Jun 2016 23:59:12 -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 16091 invoked by uid 99); 23 Jun 2016 23:59: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; Thu, 23 Jun 2016 23:59:12 +0000 Received: by git1-us-west.apache.org (ASF Mail Server at git1-us-west.apache.org, from userid 33) id 4946AE964E; Thu, 23 Jun 2016 23:59:12 +0000 (UTC) Content-Type: text/plain; charset="us-ascii" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit From: ctubbsii@apache.org To: commits@accumulo.apache.org Date: Thu, 23 Jun 2016 23:59:25 -0000 Message-Id: <403eba2685dc439cac04b566da944bbc@git.apache.org> In-Reply-To: References: X-Mailer: ASF-Git Admin Mailer Subject: [14/14] accumulo git commit: Merge branch '1.8' archived-at: Thu, 23 Jun 2016 23:59:14 -0000 Merge branch '1.8' Project: http://git-wip-us.apache.org/repos/asf/accumulo/repo Commit: http://git-wip-us.apache.org/repos/asf/accumulo/commit/97fdfc59 Tree: http://git-wip-us.apache.org/repos/asf/accumulo/tree/97fdfc59 Diff: http://git-wip-us.apache.org/repos/asf/accumulo/diff/97fdfc59 Branch: refs/heads/master Commit: 97fdfc5912ce07615b9e85899675adc3d1b12578 Parents: 56af3a2 5660464 Author: Christopher Tubbs Authored: Thu Jun 23 19:58:48 2016 -0400 Committer: Christopher Tubbs Committed: Thu Jun 23 19:58:48 2016 -0400 ---------------------------------------------------------------------- assemble/bin-LICENSE | 263 ++++++++++++------- assemble/bin-NOTICE | 53 +--- assemble/pom.xml | 2 +- assemble/src/main/assemblies/component.xml | 2 +- core/pom.xml | 2 +- .../accumulo/core/file/rfile/PrintInfo.java | 2 +- .../apache/accumulo/core/file/rfile/RFile.java | 2 +- .../org/apache/accumulo/core/util/Stat.java | 12 +- .../accumulo/fate/zookeeper/ZooCacheTest.java | 5 +- pom.xml | 75 ++---- test/pom.xml | 43 +-- .../test/randomwalk/concurrent/Config.java | 11 +- .../test/randomwalk/conditional/Transfer.java | 6 +- 13 files changed, 215 insertions(+), 263 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/accumulo/blob/97fdfc59/assemble/pom.xml ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/accumulo/blob/97fdfc59/core/pom.xml ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/accumulo/blob/97fdfc59/pom.xml ---------------------------------------------------------------------- diff --cc pom.xml index a19ab8e,467bd2b..f3130c0 --- a/pom.xml +++ b/pom.xml @@@ -137,9 -137,10 +136,10 @@@ 3.1.0-incubating 3.1 false - 9.1.5.v20140505 + + 9.2.17.v20160517 - 1.7 - 1.7 + 1.8 + 1.8 3.0.5 @@@ -1363,43 -1312,29 +1360,7 @@@ ReadWriteIT,SimpleProxyIT,ExamplesIT,ShellServerIT - - - hadoop-default - - - !hadoop.profile - - - - - 2 - 2.2.0 - 3.1 - 1.7.5 - - - - - hadoop-2 - - - hadoop.profile - 2 - - - - 2.2.0 - 3.1 - 1.7.5 - - - jdk8 - - [1.8,1.9) - - - - - - org.apache.maven.plugins - maven-javadoc-plugin - - true - 1.8 - -J-Xmx512m - -Xdoclint:all,-Xdoclint:-missing - - - - - - - performanceTests http://git-wip-us.apache.org/repos/asf/accumulo/blob/97fdfc59/test/pom.xml ----------------------------------------------------------------------