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 BC06710886 for ; Tue, 26 Nov 2013 21:06:01 +0000 (UTC) Received: (qmail 22785 invoked by uid 500); 26 Nov 2013 21:06:01 -0000 Delivered-To: apmail-accumulo-commits-archive@accumulo.apache.org Received: (qmail 22715 invoked by uid 500); 26 Nov 2013 21:06:01 -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 22689 invoked by uid 99); 26 Nov 2013 21:06:01 -0000 Received: from tyr.zones.apache.org (HELO tyr.zones.apache.org) (140.211.11.114) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 26 Nov 2013 21:06:01 +0000 Received: by tyr.zones.apache.org (Postfix, from userid 65534) id 59164919044; Tue, 26 Nov 2013 21:06:01 +0000 (UTC) Content-Type: text/plain; charset="us-ascii" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit From: ecn@apache.org To: commits@accumulo.apache.org Date: Tue, 26 Nov 2013 21:06:02 -0000 Message-Id: <3883f6c8eeec4a309f0db625ec7d79fa@git.apache.org> In-Reply-To: <4f632ecc036c40a8a8be784940cf308f@git.apache.org> References: <4f632ecc036c40a8a8be784940cf308f@git.apache.org> X-Mailer: ASF-Git Admin Mailer Subject: [02/10] git commit: ACCUMULO-1795 Default Hadoop 1.0 to 0.20.203.0. ACCUMULO-1795 Default Hadoop 1.0 to 0.20.203.0. Signed-off-by: Eric Newton Project: http://git-wip-us.apache.org/repos/asf/accumulo/repo Commit: http://git-wip-us.apache.org/repos/asf/accumulo/commit/e41581ea Tree: http://git-wip-us.apache.org/repos/asf/accumulo/tree/e41581ea Diff: http://git-wip-us.apache.org/repos/asf/accumulo/diff/e41581ea Branch: refs/heads/master Commit: e41581eac8e01cb430706c4ac838127cb61d9176 Parents: 51dd805 Author: Bill Havanki Authored: Thu Nov 21 16:16:08 2013 -0500 Committer: Eric Newton Committed: Tue Nov 26 14:54:40 2013 -0500 ---------------------------------------------------------------------- README | 7 ++++--- pom.xml | 2 +- 2 files changed, 5 insertions(+), 4 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/accumulo/blob/e41581ea/README ---------------------------------------------------------------------- diff --git a/README b/README index 674769d..f01048b 100644 --- a/README +++ b/README @@ -18,12 +18,12 @@ have maven configured to get Accumulo prerequisites from repositories. See the pom.xml file for the necessary components. Run "mvn package && mvn assembly:single -N". By default, -Accumulo compiles against Hadoop 1.0.4. To compile against a different version +Accumulo compiles against Hadoop 0.20.203.0. To compile against a different version that is compatible with Hadoop 1.0, specify hadoop.version on the command line, e.g. "-Dhadoop.version=0.20.205.0" or "-Dhadoop.version=1.1.0". To compile against Hadoop 2.0, specify "-Dhadoop.profile=2.0". By default this uses 2.0.2-alpha. To compile against a different 2.0-compatible version, specify -the profile and version, e.g. "-Dhadoop.profile=2.0 -Dhadoop.version=0.23.5". +the profile and version, e.g. "-Dhadoop.profile=2.0 -Dhadoop.version=2.2.0". If you are running on another Unix-like operating system (OSX, etc) then you may wish to build the native libraries. They are not strictly necessary @@ -70,7 +70,8 @@ found in the same location on every machine in the cluster. You will need to have password-less ssh set up as described in the hadoop documentation. You will need to have hadoop installed and configured on your system. -Accumulo 1.4.5-SNAPSHOT has been tested with hadoop version 0.20.2. +Accumulo 1.4.5-SNAPSHOT has been tested with hadoop version 0.20.2 and +0.20.203.0. The example accumulo configuration files are placed in directories based on the memory footprint for the accumulo processes. If you are using native libraries http://git-wip-us.apache.org/repos/asf/accumulo/blob/e41581ea/pom.xml ---------------------------------------------------------------------- diff --git a/pom.xml b/pom.xml index d664a5b..9856ae9 100644 --- a/pom.xml +++ b/pom.xml @@ -650,7 +650,7 @@ - 1.0.4 + 0.20.203.0 1.4.3