Return-Path: X-Original-To: apmail-accumulo-user-archive@www.apache.org Delivered-To: apmail-accumulo-user-archive@www.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id 1D0CFED5E for ; Tue, 28 May 2013 15:11:27 +0000 (UTC) Received: (qmail 63323 invoked by uid 500); 28 May 2013 15:11:26 -0000 Delivered-To: apmail-accumulo-user-archive@accumulo.apache.org Received: (qmail 63116 invoked by uid 500); 28 May 2013 15:11:23 -0000 Mailing-List: contact user-help@accumulo.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: user@accumulo.apache.org Delivered-To: mailing list user@accumulo.apache.org Received: (qmail 63086 invoked by uid 99); 28 May 2013 15:11:22 -0000 Received: from minotaur.apache.org (HELO minotaur.apache.org) (140.211.11.9) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 28 May 2013 15:11:22 +0000 Received: from localhost (HELO mail-lb0-f178.google.com) (127.0.0.1) (smtp-auth username ctubbsii, mechanism plain) by minotaur.apache.org (qpsmtpd/0.29) with ESMTP; Tue, 28 May 2013 15:11:22 +0000 Received: by mail-lb0-f178.google.com with SMTP id w10so7743748lbi.23 for ; Tue, 28 May 2013 08:11:20 -0700 (PDT) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=google.com; s=20120113; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :content-type; bh=KJWD3FCG+2bHdz023xIASVSKqN/vuLYzsL/L0hBvnPs=; b=m4yJ4ppnBtIvEZ6xsJOZN6IVhLddxBKwL6lEpupXe0lwmTX3uq2iFygREWnFjEK9Hl oONojX2Kjth9iBOatVOxwdDxcF/J+O0Je2XdV/8W1ordHVrHWzdtKRlXySwswwqkPVKZ g4gTXjxJA7etTWVqvVLNFMRpjj/7tPNYAPlkNdrbU7A96en5JgV/nZD0QGJsBvuVJDSo Oyo7o8nJoby7TenlQbYcfB3C8d5GHuR/RdzosILQfIoINFR1IVx3LA8zkp7NAzDClclm bhPOijcrbhVq5kIB+HmbRiuL7Rg1RW7Ik933te3nOTodmdHbCLP8MXd+sZi6wm4AJpL3 1lJw== MIME-Version: 1.0 X-Received: by 10.112.89.8 with SMTP id bk8mr10597294lbb.73.1369753880223; Tue, 28 May 2013 08:11:20 -0700 (PDT) Received: by 10.114.185.195 with HTTP; Tue, 28 May 2013 08:11:20 -0700 (PDT) In-Reply-To: References: Date: Tue, 28 May 2013 11:11:20 -0400 Message-ID: Subject: Re: Accumulo 1.5 and CDH 4 (Hadoop .23/2.0.x) From: Christopher To: Accumulo User List Content-Type: text/plain; charset=ISO-8859-1 It is our hope that it will work out of the box, but if it does not, and you need to re-compile, please raise the issue as a bug. -- Christopher L Tubbs II http://gravatar.com/ctubbsii On Tue, May 28, 2013 at 10:02 AM, Aaron wrote: > Given the fun with hadoop version #s, I see that Hadoop .23 (Hadoop 2.0) is > in the supported list of versions. The below questions have the caveat that > we are using MRv1 (not YARN) as our MR libs. > > > 1. I was curious if the compiled version of Accumulo from the > website/mirrors, is "out of the box" Hadoop 2.0/.23 ready? Or do I need to > compile from src with the -Dhadoop.profile=2.0? > > 2. Same with CDH 4.2.x? Do I need to compile from src, using > -Dhadoop.version=2.0.0-cdh4.2.1? > > Cheers, > Aaron