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 0302E10BE4 for ; Wed, 8 May 2013 22:12:59 +0000 (UTC) Received: (qmail 45579 invoked by uid 500); 8 May 2013 22:12:58 -0000 Delivered-To: apmail-accumulo-user-archive@accumulo.apache.org Received: (qmail 45511 invoked by uid 500); 8 May 2013 22:12:58 -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 45500 invoked by uid 99); 8 May 2013 22:12:58 -0000 Received: from minotaur.apache.org (HELO minotaur.apache.org) (140.211.11.9) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 08 May 2013 22:12:58 +0000 Received: from localhost (HELO mail-la0-f49.google.com) (127.0.0.1) (smtp-auth username ctubbsii, mechanism plain) by minotaur.apache.org (qpsmtpd/0.29) with ESMTP; Wed, 08 May 2013 22:12:58 +0000 Received: by mail-la0-f49.google.com with SMTP id eh20so2206161lab.8 for ; Wed, 08 May 2013 15:12:56 -0700 (PDT) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=google.com; s=20120113; h=mime-version:x-received:in-reply-to:references:date:message-id :subject:from:to:content-type; bh=fLNA2hmn6CXZxOCbX9hDHVngJL+U8jzhLxM70At6S9Y=; b=QCHV13O0wAisYu0RdfRqMDJL9PU5nMLdChDW1Ef0zzvfihOnkoVZkur3y5tulpMjtJ SRBUk4gppxHLjGrvLBeOh6VAO86eYGSVJvddsyObEUGniF6ncrmrupq1DvD37ahSCoUg w2V+qyGKs02vn2J/Ooopuc0mh4SU4w2IrC8nIvBqRDX/7zgZTjTblCnlHRmHNwWFjiaU K0UqUL/ZNF2v/dWGCytyrQLPAzA1uHH3sjN9IEZ+eIAIsT5Yh3ujhKjGkZQ+rKLBIAIu /f0j8VrL9RWu6QX1fOx+NOB4y7mnzszJtjeoXUFc9HJm3Dj+fGLZymQzWU8RykykoXGf o+wA== MIME-Version: 1.0 X-Received: by 10.152.2.73 with SMTP id 9mr4109863las.45.1368051176336; Wed, 08 May 2013 15:12:56 -0700 (PDT) Received: by 10.114.185.135 with HTTP; Wed, 8 May 2013 15:12:56 -0700 (PDT) In-Reply-To: References: Date: Wed, 8 May 2013 18:12:56 -0400 Message-ID: Subject: Re: Accumulo / Hadoop version compatibility matrix From: Christopher To: user@accumulo.apache.org Content-Type: text/plain; charset=ISO-8859-1 I saw Accumulo 1.4.3 working on Hadoop 1.1.2 today, so yes, that is fine. We do not currently have a compatibility list outside of the README files in the source tree. However, that's certainly something that would be useful to put together. -- Christopher L Tubbs II http://gravatar.com/ctubbsii On Wed, May 8, 2013 at 5:15 PM, Mike Hugo wrote: > I'm looking for guidance on what versions of Hadoop will work with Accumulo > 1.4.3. I checked the user manual and aside from indicating that HDFS and > Zookeeper are required, it doesn't contain compatible versions. > > In particular, I'm interested to know if Accumulo 1.4.3 will work with > Hadoop 1.1.2 > > Does a version compatibility list exist somewhere? > > Thanks, > > Mike