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 558B7FFB1 for ; Tue, 7 May 2013 15:23:45 +0000 (UTC) Received: (qmail 19324 invoked by uid 500); 7 May 2013 15:23:44 -0000 Delivered-To: apmail-accumulo-dev-archive@accumulo.apache.org Received: (qmail 19285 invoked by uid 500); 7 May 2013 15:23:44 -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 19253 invoked by uid 99); 7 May 2013 15:23:44 -0000 Received: from minotaur.apache.org (HELO minotaur.apache.org) (140.211.11.9) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 07 May 2013 15:23:44 +0000 Received: from localhost (HELO mail-lb0-f177.google.com) (127.0.0.1) (smtp-auth username ctubbsii, mechanism plain) by minotaur.apache.org (qpsmtpd/0.29) with ESMTP; Tue, 07 May 2013 15:23:44 +0000 Received: by mail-lb0-f177.google.com with SMTP id 13so853928lba.22 for ; Tue, 07 May 2013 08:23:41 -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=M30T2GM7xs0kFJmE55WPdWFwUjtq14dg+Ntmq14WjdE=; b=J12CPxq9jdqEYp9Gyzqj+TpUfsDx9/x19QEAiEqaXl8Svvd16o7GK0Buhr8mGMNIOL eIrS9Ln5pbGDKrL5Dw1+vlvuEc0jgtF0FgrAu8FO8xgXWpnJMF+SDnjypD7YqtwQPuON U2V/zqRnCG+QJdBY5Wl2w3oOSdqMJ/Ek+MYf99SqwTOanmBl4tWFBO63gvGfOL2+g9UU 8IMTvpJaPQFqBvDaIPG1/943C5co/yG/rOgUMbPb3jqi5qgrkUDx+0U1ljK02DkjrgaT 1a5Cd3cB4onpLT2UwNLG/cffrrRa5tw+YMxcSe5yej91x1TqUaZCjZv12lUPNN6dKdIe FX8A== MIME-Version: 1.0 X-Received: by 10.112.5.137 with SMTP id s9mr1305368lbs.68.1367940221917; Tue, 07 May 2013 08:23:41 -0700 (PDT) Received: by 10.114.185.135 with HTTP; Tue, 7 May 2013 08:23:41 -0700 (PDT) In-Reply-To: References: <517985EB.3030807@gmail.com> <51798CB2.6000702@gmail.com> <517F422B.9090006@gmail.com> Date: Tue, 7 May 2013 11:23:41 -0400 Message-ID: Subject: Re: Releasing 1.5 From: Christopher To: Accumulo Dev List Content-Type: text/plain; charset=ISO-8859-1 I would love to deploy additional artifacts using classifiers for hadoop2. We may be able to support that for the jar artifacts in Maven, with some minor profile tweaks to the POM. (Apache infrastructure actually allows you to deploy many artifacts to a staging repo, before closing that staging repo... so it's not impossible to stage all the hadoop1 stuff, then stage some additional stuff). I'll try that for RC2 (is there already a ticket open for this?). However, the assemble module already uses classifiers because multiple DEBs/RPMs are built in a single module (not following Maven conventions), so it's going to take some additional project refactoring in 1.6 before we could put out different RPMs/DEBs/tarballs for hadoop2. I'm going to go out on a limb here and say that the Maven artifacts for hadoop2 would be good enough for 1.5. -- Christopher L Tubbs II http://gravatar.com/ctubbsii On Tue, May 7, 2013 at 11:10 AM, John Vines wrote: > I would also like to point out that hbase is putting out separate releases > for hadoop1 and hadoop2 ( > http://www.apache.org/dyn/closer.cgi/hbase/hbase-0.95.0). They also have > support for both via maven, however they implemented a compatibility module > (https://issues.apache.org/jira/browse/HBASE-6405) which brings the schism > down to a single jar that needs to be interchanged. That may be something > we want to consider for 1.6. > > The reason that I care about this is I'm working on things on top of > Accumulo, but against multiple versions of hadoop. I want to be able to > easily able to build against different versions of Accumulo 1.5 without > have to kill my local repo, reinstall accumulo built against my target > version of hadoop, etc. etc. It would be SOOOO much more convenient to just > switch my accumulo version from 1.5 to 1.5-hadoop2 and be done with it. > > > On Tue, Apr 30, 2013 at 12:32 AM, John Vines wrote: > >> I've always been an advocate of sticking to vanilla compatibility, but >> maintaining ability to be compatible with other versions. Hadoop 2ish >> things are the first case where we are beginning to see broken run-time >> compatibility due to some API changes. While the fragmented state of hadoop >> creates a larger set of jars, even just hadoop 1 vs. hadoop2 is enough to >> break things. I think priority number 1 should be compile time >> compatibility with everything, followed by attempts for full runtime >> compatibility. Obviously this can't happen, but it can be achieved by >> identical source but split compiled resources, and I think that may be >> something we have to do. If we're putting in the legwork to know how to >> successfully run against hadoop_variant_8271, we may as well provide a >> compiled unit for it as well. >> >> >> On Tue, Apr 30, 2013 at 12:01 AM, Josh Elser wrote: >> >>> Funny enough, I gothit by these shenanigans last night when I was trying >>> to run trunk against CDH3 locally. After working through jars that were >>> marked asprovidedand weren't, and then running into >>> https://issues.apache.org/**jira/browse/ACCUMULO-837, >>> I threw in the towel and called it a night. >>> >>> I think one thing we can all agree upon is that the "fragmented" state of >>> Hadoop distributions is a pain to work around; however, we do have a very >>> broad coverage across that variance just on our committer list. Considering >>> Benson's comments on the subject of "supporting" non-Apache Hadoop >>> variants, I would think that it's in our best interest to provide some >>> level of warm-fuzzy in terms of support. I'm worried about making people >>> chase their tails just to get Accumulo up and running on their flavor of >>> choice. >>> >>> As far as what we distribute, I'm still of the mindset that support for >>> building Accumulo against other versions of Hadoop can be satisfied by >>> instructions on how to do so. Thus, I would say that Accumulo's default >>> dependency should continue to track Apache Hadoop's stable as it currently >>> does (maybe revisiting classifiers for 1.6?). I would say we can revisit >>> the subject of the src jars we publish when/if a flavor breaks Accumulo's >>> compilation. >>> >>> Thoughts? >>> >>> >>> On 4/26/2013 4:35 PM, John Vines wrote: >>> >>>> I had issues running a hadoop2 compiled version of accumulo against >>>> CDH4, I >>>> can't remember the specifics of it though. >>>> >>>> >>>> When I said specialized packaging, I was thinking of a naming convention >>>> to >>>> distinguish hadoop1 vs. hadoop2 ( vs. vendor-specific hadoop) compiled >>>> jars. >>>> >>>> >>>> On Fri, Apr 26, 2013 at 4:19 PM, Billie Rinaldi < >>>> billie.rinaldi@gmail.com>**wrote: >>>> >>>> I'm not sure we are talking about actual vendor-specific code. We are >>>>> deciding whether or not to create additional release tarballs that have >>>>> been compiled against various vendors' Hadoop-compatible file systems. >>>>> Assuming that we determine there is nothing prohibiting us from doing >>>>> this, >>>>> I think it would simply be up to the release manager (i.e. anyone who >>>>> assembles a release and calls a vote for it). If someone cares enough >>>>> about a particular distribution to build and create an extra tarball, >>>>> they >>>>> can. However, I don't think this is common for Apache projects -- >>>>> additional packaging is usually left to supporting companies. I haven't >>>>> even noticed any releases yet that come in Hadoop 1 and Hadoop 2 >>>>> flavors. >>>>> >>>>> I haven't heard (until now) that Accumulo compiled against an >>>>> appropriate >>>>> version of Apache Hadoop will not work with CDH, but John says that's >>>>> the >>>>> case. John, have you tried this? Also, what is the "specialized >>>>> packaging" you referred to? >>>>> >>>>> >>>>> On Fri, Apr 26, 2013 at 12:32 PM, David Medinets >>>>> **wrote: >>>>> >>>>> Does it make sense to put vendor-specific stuff under a >>>>>> contribs/vendors >>>>>> directory? Doing so would certainly indicate that we are >>>>>> vendor-agnostic. >>>>>> And give vendors an obvious place to contribute. >>>>>> >>>>>> >>> >>