Return-Path: X-Original-To: apmail-accumulo-dev-archive@www.apache.org Delivered-To: apmail-accumulo-dev-archive@www.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id 74412DFC3 for ; Tue, 21 May 2013 16:02:35 +0000 (UTC) Received: (qmail 45529 invoked by uid 500); 21 May 2013 16:02:35 -0000 Delivered-To: apmail-accumulo-dev-archive@accumulo.apache.org Received: (qmail 45464 invoked by uid 500); 21 May 2013 16:02:35 -0000 Mailing-List: contact dev-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 dev@accumulo.apache.org Received: (qmail 45445 invoked by uid 99); 21 May 2013 16:02:35 -0000 Received: from minotaur.apache.org (HELO minotaur.apache.org) (140.211.11.9) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 21 May 2013 16:02:35 +0000 Received: from localhost (HELO mail-lb0-f169.google.com) (127.0.0.1) (smtp-auth username ctubbsii, mechanism plain) by minotaur.apache.org (qpsmtpd/0.29) with ESMTP; Tue, 21 May 2013 16:02:34 +0000 Received: by mail-lb0-f169.google.com with SMTP id 10so993132lbf.28 for ; Tue, 21 May 2013 09:02:33 -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=dytZ0MekNgEGHhlze+pOQ/gNx6BtTyJAFEY87nALrl4=; b=KzfMuioF5CYYpIOQR1t2FwtC6voEUAZYoaFV7KdwUUqEwyGRtLNKCAMOMaz5GbWZvB rt8WiET1gbTzC2vGbRVpEQID40oX22AA/spB4/EJwU2c2s4wveJGDpEi8D8AHl/ievzz 8xzNNFpeOKbGkbKIfCuTsLzpqwpnDq0l+i8+KmbTTASTCMAEolOAE6q51Acl6J/spm4R X1avYBkPvt05Tl9wmSXwI/J3C5uz4Fz1vxJYT5ZPpKVyRvT6vnJrN3rMMd0qa047XELn CROu90C90SC6D+7mt7HYp50d9eKxFlZitnWKbl3qWPFh+Yl/4bygx/5ubDziiv7bLabI CLIg== MIME-Version: 1.0 X-Received: by 10.152.28.130 with SMTP id b2mr1712548lah.32.1369152153256; Tue, 21 May 2013 09:02:33 -0700 (PDT) Received: by 10.114.177.193 with HTTP; Tue, 21 May 2013 09:02:33 -0700 (PDT) In-Reply-To: References: Date: Tue, 21 May 2013 12:02:33 -0400 Message-ID: Subject: Re: hadoop-2.0 incompatibility From: Christopher To: Accumulo Dev List Content-Type: text/plain; charset=ISO-8859-1 Sure, that's still an option, but I don't think this particular incompatibility makes it necessary, does it? -- Christopher L Tubbs II http://gravatar.com/ctubbsii On Tue, May 21, 2013 at 12:00 PM, Adam Fuchs wrote: > We still have the option of putting out a separate build for 1.5.0 > compatibility with hadoop 2. Should we vote on that release separately? > Seems like it should be easy to add more binary packages that correspond to > the same source release, even after the initial vote. > > Adam > > > > On Tue, May 21, 2013 at 11:55 AM, Keith Turner wrote: > >> On Tue, May 21, 2013 at 11:02 AM, Eric Newton >> wrote: >> >> > Ugh. While running the continuous ingest verify, yarn spit this out: >> > >> > Error: Found interface org.apache.hadoop.mapreduce.Counter, but class was >> > expected >> > >> > This is preventing the reduce step from completing. >> > >> >> Could fix it in 1.5.1 >> >> I am starting to think that hadoop compat was so important, it should have >> been mostly completed before the feature freeze. >> >> >> > >> > -Eric >> > >>