Return-Path: X-Original-To: apmail-incubator-general-archive@www.apache.org Delivered-To: apmail-incubator-general-archive@www.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id 7D7E6961B for ; Tue, 28 Feb 2012 19:29:45 +0000 (UTC) Received: (qmail 12211 invoked by uid 500); 28 Feb 2012 19:29:44 -0000 Delivered-To: apmail-incubator-general-archive@incubator.apache.org Received: (qmail 12016 invoked by uid 500); 28 Feb 2012 19:29:44 -0000 Mailing-List: contact general-help@incubator.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: general@incubator.apache.org Delivered-To: mailing list general@incubator.apache.org Received: (qmail 12008 invoked by uid 99); 28 Feb 2012 19:29:44 -0000 Received: from minotaur.apache.org (HELO minotaur.apache.org) (140.211.11.9) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 28 Feb 2012 19:29:44 +0000 Received: from localhost (HELO mail-vw0-f47.google.com) (127.0.0.1) (smtp-auth username arvind, mechanism plain) by minotaur.apache.org (qpsmtpd/0.29) with ESMTP; Tue, 28 Feb 2012 19:29:44 +0000 Received: by vbbfr13 with SMTP id fr13so2352600vbb.6 for ; Tue, 28 Feb 2012 11:29:43 -0800 (PST) Received-SPF: pass (google.com: domain of arvind@apache.org designates 10.52.73.98 as permitted sender) client-ip=10.52.73.98; Authentication-Results: mr.google.com; spf=pass (google.com: domain of arvind@apache.org designates 10.52.73.98 as permitted sender) smtp.mail=arvind@apache.org Received: from mr.google.com ([10.52.73.98]) by 10.52.73.98 with SMTP id k2mr14462912vdv.125.1330457383463 (num_hops = 1); Tue, 28 Feb 2012 11:29:43 -0800 (PST) Received: by 10.52.73.98 with SMTP id k2mr11977226vdv.125.1330457383105; Tue, 28 Feb 2012 11:29:43 -0800 (PST) MIME-Version: 1.0 Received: by 10.52.170.69 with HTTP; Tue, 28 Feb 2012 11:29:15 -0800 (PST) In-Reply-To: References: <45295904-5BF7-40D6-8BDE-43747F2D0ADE@hortonwork.com> <20120228085246.GM3186@garfield> From: Arvind Prabhakar Date: Tue, 28 Feb 2012 11:29:15 -0800 Message-ID: Subject: Re: [VOTE] Graduate Sqoop podling from Apache Incubator To: general@incubator.apache.org Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable On Tue, Feb 28, 2012 at 11:19 AM, Alan D. Cabrera wr= ote: > > On Feb 28, 2012, at 10:53 AM, Arvind Prabhakar wrote: > >> On Tue, Feb 28, 2012 at 10:39 AM, Alan D. Cabrera = wrote: >>> >>> On Feb 28, 2012, at 10:13 AM, Patrick Hunt wrote: >>> >>>> On Tue, Feb 28, 2012 at 9:57 AM, Alan D. Cabrera wrote: >>>>> On Feb 28, 2012, at 9:16 AM, Patrick Hunt wrote: >>>>>> On Tue, Feb 28, 2012 at 1:06 AM, Jukka Zitting wrote: >>>>>>> On Tue, Feb 28, 2012 at 9:59 AM, Alex Karasulu wrote: >>>>> I'm not sure that JSR specs are the same as old Cloudera code. =A0JMH= O. >>>> >>>> How about phrasing it as "old Sqoop code" instead. :-) >>>> >>>> Really it's about respect for existing users and others migrating to >>>> Apache. It's also about respect for the people doing the work. That's >>>> my understanding from discussions with the team at least. >>>> >>>>> I don't see the technical requirement that this code needs to stay at= Apache and not Cloudera. >>>> >>>> I agree that this potentially could be an issue, but whether it's a >>>> technical requirement is up to the team who's doing the work. If >>>> Apache feels that there is a requirement that no project releases >>>> code/document/etc... under any package other than org.apache.* then >>>> that should be clearly defined and communicated. At this point my >>>> understanding is there is no such requirement. >>> >>> >>> public class MySQLManager >>> =A0 =A0extends org.apache.sqoop.manager.MySQLManager { >>> >>> =A0public MySQLManager(final SqoopOptions opts) { >>> =A0 =A0super(opts); >>> =A0} >>> >>> } >>> >>> If all the code is like this it is absolutely ridiculous to have this a= t Apache and not Cloudera. >> >> Please see [1] for details on why the code is like this. The short >> summary is that binary compatibility requires us to respect all >> extension points within the code. >> >> [1] https://cwiki.apache.org/confluence/display/SQOOP/Namespace+Migratio= n > > IIUC, this document merely outlines how the move should be performed. =A0= This has been completed and what's left are bindings for those who wish to = use the old bindings from the old project. =A0There's no technical reason w= hy those bindings for the old project must be housed here at Apache. You are right that it outlines how the move should be performed. Along with that it also describes the motivation and specific technical requirements to be fulfilled. Following are the relevant quotes from the document: [From Overview - Motivation] Considering that there is a lot of third party code that is developed on top of/to work with Sqoop, this migration is particularly risky for backward compatibility and thus requires careful handling. This document outlines the steps that seem reasonable for such migration. [From Migration-General Approach - Technical Requirement] When migrating a class from its previous namespace to the new, the key requirement to address is that any code written to the old class should still work at binary compatibility level. This also implies that such code should be able to recompile with the migrated code base without any modifications. In order to enable this, the general approach is as follows: * Any old public/protected/default access level API should be preserved as is, but marked deprecated. * Any logic that exists in this API should be migrated to the new namespace= . Note that API is not just method signatures but includes all aspects of implementation such as class hierarchies, type compatibility, static and non-static state etc. Thanks, Arvind Prabhakar > > > Regards, > Alan > > > --------------------------------------------------------------------- > To unsubscribe, e-mail: general-unsubscribe@incubator.apache.org > For additional commands, e-mail: general-help@incubator.apache.org > --------------------------------------------------------------------- To unsubscribe, e-mail: general-unsubscribe@incubator.apache.org For additional commands, e-mail: general-help@incubator.apache.org