Return-Path: X-Original-To: apmail-accumulo-commits-archive@www.apache.org Delivered-To: apmail-accumulo-commits-archive@www.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id CCFC610BD8 for ; Thu, 6 Feb 2014 05:40:43 +0000 (UTC) Received: (qmail 94711 invoked by uid 500); 6 Feb 2014 05:40:25 -0000 Delivered-To: apmail-accumulo-commits-archive@accumulo.apache.org Received: (qmail 94475 invoked by uid 500); 6 Feb 2014 05:40:20 -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 92936 invoked by uid 99); 6 Feb 2014 05:39:45 -0000 Received: from tyr.zones.apache.org (HELO tyr.zones.apache.org) (140.211.11.114) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 06 Feb 2014 05:39:45 +0000 Received: by tyr.zones.apache.org (Postfix, from userid 65534) id B12E291D60D; Thu, 6 Feb 2014 05:39:44 +0000 (UTC) Content-Type: text/plain; charset="us-ascii" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit From: ujustgotbilld@apache.org To: commits@accumulo.apache.org Date: Thu, 06 Feb 2014 05:40:26 -0000 Message-Id: In-Reply-To: <37f261b2d3784811a628f92ade61a1b5@git.apache.org> References: <37f261b2d3784811a628f92ade61a1b5@git.apache.org> X-Mailer: ASF-Git Admin Mailer Subject: [47/50] git commit: ACCUMULO-876 added maven profiles to assist in compiling against different versions of hadoop ACCUMULO-876 added maven profiles to assist in compiling against different versions of hadoop git-svn-id: https://svn.apache.org/repos/asf/accumulo/trunk@1419924 13f79535-47bb-0310-9956-ffa450edef68 (cherry picked from commit 65c271c2a46b87eb0e4991d7fd7b6fbd7456c0a8) Reason: Hadoop2 Compat Author: Billie Rinaldi Ref: ACCUMULO-1792 This patch differs from upstream by fixing poms not in the accumulo 1.5 release and keeping the 1.4 specific build instructions in the README. Author: Jonathan Hsieh Author: Sean Busbey Signed-off-by: Eric Newton Project: http://git-wip-us.apache.org/repos/asf/accumulo-wikisearch/repo Commit: http://git-wip-us.apache.org/repos/asf/accumulo-wikisearch/commit/f0b42c77 Tree: http://git-wip-us.apache.org/repos/asf/accumulo-wikisearch/tree/f0b42c77 Diff: http://git-wip-us.apache.org/repos/asf/accumulo-wikisearch/diff/f0b42c77 Branch: refs/heads/1.4.5-SNAPSHOT Commit: f0b42c779f8c8fdedbc8b5eee04bbe69679d7f60 Parents: 5cd987d Author: Billie Rinaldi Authored: Tue Dec 11 00:01:39 2012 +0000 Committer: Eric Newton Committed: Mon Nov 25 16:06:42 2013 -0500 ---------------------------------------------------------------------- ingest/pom.xml | 42 +++++++++++++++++++++++++++++++++++++----- query/pom.xml | 43 ++++++++++++++++++++++++++++++++++++++----- 2 files changed, 75 insertions(+), 10 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/accumulo-wikisearch/blob/f0b42c77/ingest/pom.xml ---------------------------------------------------------------------- diff --git a/ingest/pom.xml b/ingest/pom.xml index 29b2047..31d7110 100644 --- a/ingest/pom.xml +++ b/ingest/pom.xml @@ -29,11 +29,7 @@ - org.apache.hadoop - hadoop-core - - - org.apache.hadoop + org.apache.zookeeper zookeeper @@ -125,4 +121,40 @@ + + + + hadoop-1.0 + + + !hadoop.profile + + + + + org.apache.hadoop + hadoop-core + + + + + + hadoop-2.0 + + + hadoop.profile + 2.0 + + + + + org.apache.hadoop + hadoop-client + + + + + http://git-wip-us.apache.org/repos/asf/accumulo-wikisearch/blob/f0b42c77/query/pom.xml ---------------------------------------------------------------------- diff --git a/query/pom.xml b/query/pom.xml index 05b1e46..8c6e6d3 100644 --- a/query/pom.xml +++ b/query/pom.xml @@ -38,11 +38,7 @@ accumulo-core - org.apache.hadoop - hadoop-core - - - org.apache.hadoop + org.apache.zookeeper zookeeper runtime @@ -144,4 +140,41 @@ 4.0.0 + + + + + hadoop-1.0 + + + !hadoop.profile + + + + + org.apache.hadoop + hadoop-core + + + + + + hadoop-2.0 + + + hadoop.profile + 2.0 + + + + + org.apache.hadoop + hadoop-client + + + + +